BePDF needed this one to be added as well.

This commit is contained in:
Rene Gollent
2011-12-18 15:54:01 -05:00
parent 466f2b8f99
commit c8df0c9b27
+13
View File
@@ -2981,3 +2981,16 @@ get_menu_info(menu_info* info)
return status; return status;
} }
#if __GNUC__ == 2
extern "C" void
InvalidateLayout__5BMenub(BMenu* menu)
{
menu->InvalidateLayout();
}
#endif