diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-04-12 19:34:09 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-04-12 19:34:09 (GMT) |
commit | e40aaa57c36387fdd8ecf6ffab0021a086dad969 (patch) | |
tree | 72fc95ac1ae033e888b906cffcc483d21cd61330 /Source/cmCacheManager.h | |
parent | fb6c4b8710ea6023a2a55dddd7b0034c20f68705 (diff) | |
download | CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.zip CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.gz CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.bz2 |
some bug fixes
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index 7ed5f92..11cd592 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -35,7 +35,7 @@ public: * text entry box, FILEPATH is a full path to a file which * can be different than just a path input */ - enum CacheEntryType{ BOOL=0, PATH, FILEPATH, STRING }; + enum CacheEntryType{ BOOL=0, PATH, FILEPATH, STRING, INTERNAL }; static CacheEntryType StringToType(const char*); //! Singleton pattern get instance of the cmCacheManager. static cmCacheManager* GetInstance(); |