aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/gal-view.h')
-rw-r--r--e-util/gal-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/gal-view.h b/e-util/gal-view.h
index 62a41ff406..18de6d1ad5 100644
--- a/e-util/gal-view.h
+++ b/e-util/gal-view.h
@@ -48,9 +48,11 @@ G_BEGIN_DECLS
typedef struct _GalView GalView;
typedef struct _GalViewClass GalViewClass;
+typedef struct _GalViewPrivate GalViewPrivate;
struct _GalView {
GObject parent;
+ GalViewPrivate *priv;
};
struct _GalViewClass {