summaryrefslogtreecommitdiffstats
path: root/src/star-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/star-context.h')
-rw-r--r--src/star-context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/star-context.h b/src/star-context.h
index 4daafb3e4..7bcb26c41 100644
--- a/src/star-context.h
+++ b/src/star-context.h
@@ -25,6 +25,9 @@
#define SP_IS_STAR_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SP_TYPE_STAR_CONTEXT))
#define SP_IS_STAR_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SP_TYPE_STAR_CONTEXT))
+class SPStarContext;
+class SPStarContextClass;
+
struct SPStarContext : public SPEventContext {
SPItem *item;
Geom::Point center;