summaryrefslogtreecommitdiffstats
path: root/ganv/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/group.h')
-rw-r--r--ganv/group.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/group.h b/ganv/group.h
index 4bde530..678eacf 100644
--- a/ganv/group.h
+++ b/ganv/group.h
@@ -18,6 +18,8 @@
#include "ganv/item.h"
+G_BEGIN_DECLS
+
/* Based on GnomeCanvasGroup, by Federico Mena <federico@nuclecu.unam.mx>
* and Raph Levien <raph@gimp.org>
* Copyright 1997-2000 Free Software Foundation
@@ -47,4 +49,6 @@ struct _GanvGroupClass {
GType ganv_group_get_type(void) G_GNUC_CONST;
+G_END_DECLS
+
#endif /* GANV_GROUP_H */