Kaydet (Commit) 15746989 authored tarafından Caolán McNamara's avatar Caolán McNamara

caught on the way out as well as the way in

Change-Id: I436c057b8e81b9dff755f5fda2c137b2d16a9751
üst ce9e8630
......@@ -375,7 +375,7 @@ void GtkInstance::DestroyMenuItem( SalMenuItem* pItem )
#else // not ENABLE_GMENU_INTEGRATION
SalMenu* GtkInstance::CreateMenu( bool, Menu*, SystemWindow* ) { return nullptr; }
SalMenu* GtkInstance::CreateMenu( bool, Menu* ) { return nullptr; }
void GtkInstance::DestroyMenu( SalMenu* ) {}
SalMenuItem* GtkInstance::CreateMenuItem( const SalItemParams* ) { return nullptr; }
void GtkInstance::DestroyMenuItem( SalMenuItem* ) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment