From 16fc620a2206292ed27d2298bc2fa60fc3e718a8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 17 Mar 2016 09:01:46 +0000 Subject: too many configurations, too many platforms variants Change-Id: I10a284b7c27b145b003ff01a77dc5c0d51f418ad --- vcl/unx/gtk/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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* ) {} -- cgit v1.2.3