vcl/unx/gtk/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 157469896ef56720f33676222b95e81c04ab5c72
Author: Caolán McNamara <[email protected]>
Date:   Wed Apr 6 20:38:13 2016 +0100

    caught on the way out as well as the way in
    
    Change-Id: I436c057b8e81b9dff755f5fda2c137b2d16a9751

diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx
index 368cdfb..a37102e 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* )        {}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to