aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r--e-util/e-table-specification.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index feada9e82c..2fec4b8e40 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -53,9 +53,11 @@ G_BEGIN_DECLS
typedef struct _ETableSpecification ETableSpecification;
typedef struct _ETableSpecificationClass ETableSpecificationClass;
+typedef struct _ETableSpecificationPrivate ETableSpecificationPrivate;
struct _ETableSpecification {
GObject parent;
+ ETableSpecificationPrivate *priv;
ETableColumnSpecification **columns;
ETableState *state;