diff options
Diffstat (limited to 'widgets/table/e-table-col-dnd.h')
-rw-r--r-- | widgets/table/e-table-col-dnd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-table-col-dnd.h b/widgets/table/e-table-col-dnd.h index c1c26175c7..98b489b7c0 100644 --- a/widgets/table/e-table-col-dnd.h +++ b/widgets/table/e-table-col-dnd.h @@ -1,10 +1,14 @@ #ifndef _E_TABLE_COL_DND_H_ #define _E_TABLE_COL_DND_H_ +BEGIN_GNOME_DECLS + #define TARGET_ETABLE_COL_TYPE "application/x-etable-column-header" enum { TARGET_ETABLE_COL_HEADER }; +END_GNOME_DECLS + #endif /* _E_TABLE_COL_DND_H_ */ |