aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbar-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/egg/egg-toolbar-editor.h')
-rwxr-xr-xlib/egg/egg-toolbar-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h
index 72f58f449..5999f45c8 100755
--- a/lib/egg/egg-toolbar-editor.h
+++ b/lib/egg/egg-toolbar-editor.h
@@ -42,6 +42,8 @@ typedef struct EggToolbarEditorPrivate EggToolbarEditorPrivate;
struct EggToolbarEditor
{
GtkVBox parent_object;
+
+ /*< private >*/
EggToolbarEditorPrivate *priv;
};