aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-tree.h')
-rw-r--r--widgets/table/e-cell-tree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/e-cell-tree.h b/widgets/table/e-cell-tree.h
index 21ead2f05a..7b2d007159 100644
--- a/widgets/table/e-cell-tree.h
+++ b/widgets/table/e-cell-tree.h
@@ -10,6 +10,8 @@
#include <libgnomeui/gnome-canvas.h>
#include <gal/e-table/e-cell.h>
+BEGIN_GNOME_DECLS
+
#define E_CELL_TREE_TYPE (e_cell_tree_get_type ())
#define E_CELL_TREE(o) (GTK_CHECK_CAST ((o), E_CELL_TREE_TYPE, ECellTree))
#define E_CELL_TREE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_CELL_TREE_TYPE, ECellTreeClass))
@@ -42,6 +44,9 @@ void e_cell_tree_construct (ECellTree *ect,
gboolean draw_lines,
ECell *subcell);
+
+END_GNOME_DECLS
+
#endif /* _E_CELL_TREE_H_ */