summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eraser-context.h')
-rw-r--r--src/eraser-context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eraser-context.h b/src/eraser-context.h
index 68ed04ad5..7c147c32f 100644
--- a/src/eraser-context.h
+++ b/src/eraser-context.h
@@ -21,6 +21,8 @@
#include "common-context.h"
+G_BEGIN_DECLS
+
#define SP_TYPE_ERASER_CONTEXT (sp_eraser_context_get_type())
#define SP_ERASER_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST((o), SP_TYPE_ERASER_CONTEXT, SPEraserContext))
#define SP_ERASER_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), SP_TYPE_ERASER_CONTEXT, SPEraserContextClass))
@@ -45,6 +47,8 @@ struct SPEraserContextClass : public SPEventContextClass{};
GType sp_eraser_context_get_type(void);
+G_END_DECLS
+
#endif // SP_ERASER_CONTEXT_H_SEEN
/*