aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-state.h')
-rw-r--r--e-util/e-table-state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-state.h b/e-util/e-table-state.h
index 2129e2a65c..27bda8440e 100644
--- a/e-util/e-table-state.h
+++ b/e-util/e-table-state.h
@@ -50,9 +50,11 @@ G_BEGIN_DECLS
typedef struct _ETableState ETableState;
typedef struct _ETableStateClass ETableStateClass;
+typedef struct _ETableStatePrivate ETableStatePrivate;
struct _ETableState {
GObject parent;
+ ETableStatePrivate *priv;
ETableSortInfo *sort_info;
gint col_count;