diff options
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index da6c085139..05a5909501 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -45,7 +45,7 @@ typedef struct _CamelStore CamelStore; #define CAMEL_STORE_TYPE (camel_store_get_type ()) #define CAMEL_STORE(obj) (GTK_CHECK_CAST((obj), CAMEL_STORE_TYPE, CamelStore)) #define CAMEL_STORE_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_STORE_TYPE, CamelStoreClass)) -#define IS_CAMEL_STORE(o) (GTK_CHECK_TYPE((o), CAMEL_STORE_TYPE)) +#define CAMEL_IS_STORE(o) (GTK_CHECK_TYPE((o), CAMEL_STORE_TYPE)) struct _CamelStore |