diff options
Diffstat (limited to 'camel/providers/local/camel-local-store.h')
-rw-r--r-- | camel/providers/local/camel-local-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/local/camel-local-store.h b/camel/providers/local/camel-local-store.h index 06191844d1..9335b73eaa 100644 --- a/camel/providers/local/camel-local-store.h +++ b/camel/providers/local/camel-local-store.h @@ -36,7 +36,7 @@ extern "C" { #define CAMEL_LOCAL_STORE_TYPE (camel_local_store_get_type ()) #define CAMEL_LOCAL_STORE(obj) (CAMEL_CHECK_CAST((obj), CAMEL_LOCAL_STORE_TYPE, CamelLocalStore)) #define CAMEL_LOCAL_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_LOCAL_STORE_TYPE, CamelLocalStoreClass)) -#define IS_CAMEL_LOCAL_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_LOCAL_STORE_TYPE)) +#define CAMEL_IS_LOCAL_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_LOCAL_STORE_TYPE)) typedef struct { |