diff options
Diffstat (limited to 'camel/camel-text-index.h')
-rw-r--r-- | camel/camel-text-index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-text-index.h b/camel/camel-text-index.h index 1982321502..de2a5252ec 100644 --- a/camel/camel-text-index.h +++ b/camel/camel-text-index.h @@ -97,7 +97,7 @@ struct _CamelTextIndexClass { CamelIndexClass parent_class; }; -guint camel_text_index_get_type (void); +CamelType camel_text_index_get_type (void); CamelTextIndex *camel_text_index_new(const char *path, int flags); /* static utility functions */ |