diff options
Diffstat (limited to 'vcl/unx/gtk/window/gloactiongroup.cxx')
| -rw-r--r-- | vcl/unx/gtk/window/gloactiongroup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/window/gloactiongroup.cxx b/vcl/unx/gtk/window/gloactiongroup.cxx index 69dea4054880..23307fd2a8df 100644 --- a/vcl/unx/gtk/window/gloactiongroup.cxx +++ b/vcl/unx/gtk/window/gloactiongroup.cxx @@ -49,7 +49,7 @@ G_DEFINE_TYPE (GLOAction, g_lo_action, G_TYPE_OBJECT); #endif GLOAction* -g_lo_action_new (void) +g_lo_action_new() { return G_LO_ACTION (g_object_new (G_TYPE_LO_ACTION, NULL)); } |
