diff options
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index f855f2d..3510624 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -71,6 +71,7 @@ public: static CacheEntryType StringToType(const char*); ///! Singleton pattern get instance of the cmCacheManager. CM_EXPORT static cmCacheManager* GetInstance(); + CM_EXPORT static void DeleteInstance(); ///! Load a cache for given makefile. Loads from ouput home. CM_EXPORT bool LoadCache(cmMakefile*); |