diff options
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r-- | widgets/table/e-table-tooltip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h index 4bc3e5f8eb..3a100af5ab 100644 --- a/widgets/table/e-table-tooltip.h +++ b/widgets/table/e-table-tooltip.h @@ -4,6 +4,8 @@ #include <libgnomeui/gnome-canvas.h> +BEGIN_GNOME_DECLS + typedef struct { GtkWidget *window; gint timer; @@ -14,4 +16,6 @@ typedef struct { GnomeCanvasItem *eti; } ETableTooltip; +END_GNOME_DECLS + #endif |