summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3glomenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk3/gtk3glomenu.cxx')
-rw-r--r--vcl/unx/gtk3/gtk3glomenu.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtk3glomenu.cxx b/vcl/unx/gtk3/gtk3glomenu.cxx
index e14574722800..ca6887cb9d95 100644
--- a/vcl/unx/gtk3/gtk3glomenu.cxx
+++ b/vcl/unx/gtk3/gtk3glomenu.cxx
@@ -32,12 +32,16 @@ G_DEFINE_TYPE (GLOMenu, g_lo_menu, G_TYPE_MENU_MODEL);
#pragma GCC diagnostic pop
#endif
+namespace {
+
struct item
{
GHashTable* attributes; // Item attributes.
GHashTable* links; // Item links.
};
+}
+
static void
g_lo_menu_struct_item_init (struct item *menu_item)
{