aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-selection-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-selection-model.c')
-rw-r--r--e-util/e-table-selection-model.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/e-util/e-table-selection-model.c b/e-util/e-table-selection-model.c
index abe4b0c3ff..bea728762c 100644
--- a/e-util/e-table-selection-model.c
+++ b/e-util/e-table-selection-model.c
@@ -32,7 +32,10 @@
#include "e-table-selection-model.h"
-G_DEFINE_TYPE (ETableSelectionModel, e_table_selection_model, E_SELECTION_MODEL_ARRAY_TYPE)
+G_DEFINE_TYPE (
+ ETableSelectionModel,
+ e_table_selection_model,
+ E_TYPE_SELECTION_MODEL_ARRAY)
static gint etsm_get_row_count (ESelectionModelArray *esm);