aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r--e-util/e-table-sort-info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index 583be6b6dc..87f43748ee 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -51,6 +51,7 @@ typedef struct _ETableSortColumn ETableSortColumn;
typedef struct _ETableSortInfo ETableSortInfo;
typedef struct _ETableSortInfoClass ETableSortInfoClass;
+typedef struct _ETableSortInfoPrivate ETableSortInfoPrivate;
struct _ETableSortColumn {
guint column : 31;
@@ -59,6 +60,7 @@ struct _ETableSortColumn {
struct _ETableSortInfo {
GObject parent;
+ ETableSortInfoPrivate *priv;
gint group_count;
ETableSortColumn *groupings;