summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/unx/gtk/gtkinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx
index eacc457b1350..0bdaf3ee7a9f 100644
--- a/vcl/unx/gtk/gtkinst.cxx
+++ b/vcl/unx/gtk/gtkinst.cxx
@@ -390,7 +390,7 @@ void GtkInstance::DestroyMenuItem( SalMenuItem* pItem )
#else // not ENABLE_GMENU_INTEGRATION
-SalMenu* GtkInstance::CreateMenu( bool, Menu* ) { return nullptr; }
+SalMenu* GtkInstance::CreateMenu( bool, Menu*, SystemWindow* ) { return nullptr; }
void GtkInstance::DestroyMenu( SalMenu* ) {}
SalMenuItem* GtkInstance::CreateMenuItem( const SalItemParams* ) { return nullptr; }
void GtkInstance::DestroyMenuItem( SalMenuItem* ) {}