aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-index.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-filter-index.h')
-rw-r--r--camel/camel-mime-filter-index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-filter-index.h b/camel/camel-mime-filter-index.h
index b0a9107852..e7733bd4ca 100644
--- a/camel/camel-mime-filter-index.h
+++ b/camel/camel-mime-filter-index.h
@@ -26,7 +26,7 @@
#define CAMEL_MIME_FILTER_INDEX(obj) CAMEL_CHECK_CAST (obj, camel_mime_filter_index_get_type (), CamelMimeFilterIndex)
#define CAMEL_MIME_FILTER_INDEX_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_mime_filter_index_get_type (), CamelMimeFilterIndexClass)
-#define IS_CAMEL_MIME_FILTER_INDEX(obj) CAMEL_CHECK_TYPE (obj, camel_mime_filter_index_get_type ())
+#define CAMEL_IS_MIME_FILTER_INDEX(obj) CAMEL_CHECK_TYPE (obj, camel_mime_filter_index_get_type ())
typedef struct _CamelMimeFilterIndexClass CamelMimeFilterIndexClass;