aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-maildir-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/local/camel-maildir-store.h')
-rw-r--r--camel/providers/local/camel-maildir-store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/local/camel-maildir-store.h b/camel/providers/local/camel-maildir-store.h
index 3e4a907652..27b6a6e590 100644
--- a/camel/providers/local/camel-maildir-store.h
+++ b/camel/providers/local/camel-maildir-store.h
@@ -33,7 +33,7 @@ extern "C" {
#define CAMEL_MAILDIR_STORE_TYPE (camel_maildir_store_get_type ())
#define CAMEL_MAILDIR_STORE(obj) (CAMEL_CHECK_CAST((obj), CAMEL_MAILDIR_STORE_TYPE, CamelMaildirStore))
#define CAMEL_MAILDIR_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_MAILDIR_STORE_TYPE, CamelMaildirStoreClass))
-#define IS_CAMEL_MAILDIR_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_MAILDIR_STORE_TYPE))
+#define CAMEL_IS_MAILDIR_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_MAILDIR_STORE_TYPE))
typedef struct {
CamelLocalStore parent_object;