aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-null.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-null.h')
-rw-r--r--camel/camel-stream-null.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-null.h b/camel/camel-stream-null.h
index d67d193991..70978c5d61 100644
--- a/camel/camel-stream-null.h
+++ b/camel/camel-stream-null.h
@@ -25,7 +25,7 @@
#define CAMEL_STREAM_NULL(obj) CAMEL_CHECK_CAST (obj, camel_stream_null_get_type (), CamelStreamNull)
#define CAMEL_STREAM_NULL_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_stream_null_get_type (), CamelStreamNullClass)
-#define IS_CAMEL_STREAM_NULL(obj) CAMEL_CHECK_TYPE (obj, camel_stream_null_get_type ())
+#define CAMEL_IS_STREAM_NULL(obj) CAMEL_CHECK_TYPE (obj, camel_stream_null_get_type ())
typedef struct _CamelStreamNullClass CamelStreamNullClass;