diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-06 20:38:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-06 20:38:13 +0100 |
commit | 157469896ef56720f33676222b95e81c04ab5c72 (patch) | |
tree | aedcd99af80ecff8f86486dcf1d59ae3cfba8fcf /vcl | |
parent | ce9e8630b4df2f515bd77d77b3450890b87de30a (diff) |
caught on the way out as well as the way in
Change-Id: I436c057b8e81b9dff755f5fda2c137b2d16a9751
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx index 368cdfb2c577..a37102e0f30f 100644 --- a/vcl/unx/gtk/gtkinst.cxx +++ b/vcl/unx/gtk/gtkinst.cxx @@ -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* ) {} |