aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-from.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-filter-from.h')
-rw-r--r--camel/camel-mime-filter-from.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-filter-from.h b/camel/camel-mime-filter-from.h
index ac526b6e15..730f92f5e4 100644
--- a/camel/camel-mime-filter-from.h
+++ b/camel/camel-mime-filter-from.h
@@ -26,7 +26,7 @@
#define CAMEL_MIME_FILTER_FROM(obj) CAMEL_CHECK_CAST (obj, camel_mime_filter_from_get_type (), CamelMimeFilterFrom)
#define CAMEL_MIME_FILTER_FROM_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_mime_filter_from_get_type (), CamelMimeFilterFromClass)
-#define IS_CAMEL_MIME_FILTER_FROM(obj) CAMEL_CHECK_TYPE (obj, camel_mime_filter_from_get_type ())
+#define CAMEL_IS_MIME_FILTER_FROM(obj) CAMEL_CHECK_TYPE (obj, camel_mime_filter_from_get_type ())
typedef struct _CamelMimeFilterFrom CamelMimeFilterFrom;
typedef struct _CamelMimeFilterFromClass CamelMimeFilterFromClass;