aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-field-chooser-dialog.h')
-rw-r--r--widgets/table/e-table-field-chooser-dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/table/e-table-field-chooser-dialog.h b/widgets/table/e-table-field-chooser-dialog.h
index 3a23f13bb5..c209210dda 100644
--- a/widgets/table/e-table-field-chooser-dialog.h
+++ b/widgets/table/e-table-field-chooser-dialog.h
@@ -24,6 +24,7 @@
#include <gnome.h>
#include <glade/glade.h>
#include "e-table-field-chooser.h"
+#include "e-table-header.h"
#ifdef __cplusplus
extern "C" {
@@ -53,7 +54,9 @@ struct _ETableFieldChooserDialog
GnomeDialog parent;
/* item specific fields */
- ETableFieldChooser *chooser;
+ ETableFieldChooser *etfc;
+ gchar *dnd_code;
+ ETableHeader *full_header;
};
struct _ETableFieldChooserDialogClass