vcl/unx/gtk/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 16fc620a2206292ed27d2298bc2fa60fc3e718a8 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Mar 17 09:01:46 2016 +0000 too many configurations, too many platforms variants Change-Id: I10a284b7c27b145b003ff01a77dc5c0d51f418ad diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx index eacc457..0bdaf3e 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* ) {}
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits