BePDF needed this one to be added as well.
This commit is contained in:
@@ -2981,3 +2981,16 @@ get_menu_info(menu_info* info)
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
#if __GNUC__ == 2
|
||||
|
||||
|
||||
extern "C" void
|
||||
InvalidateLayout__5BMenub(BMenu* menu)
|
||||
{
|
||||
menu->InvalidateLayout();
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user