summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/glomenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/window/glomenu.cxx')
-rw-r--r--vcl/unx/gtk/window/glomenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/window/glomenu.cxx b/vcl/unx/gtk/window/glomenu.cxx
index 871692045590..caa314351287 100644
--- a/vcl/unx/gtk/window/glomenu.cxx
+++ b/vcl/unx/gtk/window/glomenu.cxx
@@ -165,7 +165,7 @@ g_lo_menu_insert_in_section (GLOMenu *menu,
}
GLOMenu *
-g_lo_menu_new (void)
+g_lo_menu_new()
{
return G_LO_MENU( g_object_new (G_TYPE_LO_MENU, NULL) );
}