aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sorter-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-sorter-array.h')
-rw-r--r--e-util/e-sorter-array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-sorter-array.h b/e-util/e-sorter-array.h
index 04899d21b6..468c320e8f 100644
--- a/e-util/e-sorter-array.h
+++ b/e-util/e-sorter-array.h
@@ -61,7 +61,7 @@ typedef gint (*ECompareRowsFunc) (gint row1,
typedef GHashTable * (*ECreateCmpCacheFunc) (gpointer closure);
struct _ESorterArray {
- ESorter parent;
+ GObject parent;
GHashTable *cmp_cache;
ECreateCmpCacheFunc create_cmp_cache;
@@ -77,7 +77,7 @@ struct _ESorterArray {
};
struct _ESorterArrayClass {
- ESorterClass parent_class;
+ GObjectClass parent_class;
};
GType e_sorter_array_get_type (void) G_GNUC_CONST;