summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 3dbaa58..12c2aef 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -90,6 +90,7 @@ public:
* can be different than just a path input
*/
static CacheEntryType StringToType(const char*);
+ static const char* TypeToString(CacheEntryType);
///! Load a cache for given makefile. Loads from ouput home.
bool LoadCache(cmMakefile*);