diff options
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r-- | camel/camel-provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h index 5e2bab2ad4..edfb424181 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -172,7 +172,7 @@ typedef struct { /* GList of CamelServiceAuthTypes the provider supports */ GList *authtypes; - GHashTable *service_cache[CAMEL_NUM_PROVIDER_TYPES]; + CamelObjectBag *service_cache[CAMEL_NUM_PROVIDER_TYPES]; GHashFunc url_hash; GCompareFunc url_equal; |