diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m index 73b5713..935bbb8 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m @@ -431,7 +431,7 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt"; [[PersistentCacheManager shared] removeAllAndReturnError:nil]; } --(void) clearPersistentAppLevelCache;{ +-(void) clearPersistentAppLevelCache{ [[PersistentCacheManager shared] removeAllAppLevelAndReturnError:nil]; }