summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-10 12:26:56 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 13:36:58 (GMT)
commit435a2f3ccb51acf119cfa1671f1c5b344a7d47a0 (patch)
tree1ed8f4254834e76abddd8e52d5f0aaa0c5e2a186 /Source/cmCacheManager.h
parent062ed22ec43809068526706d2600297095412911 (diff)
downloadCMake-435a2f3ccb51acf119cfa1671f1c5b344a7d47a0.zip
CMake-435a2f3ccb51acf119cfa1671f1c5b344a7d47a0.tar.gz
CMake-435a2f3ccb51acf119cfa1671f1c5b344a7d47a0.tar.bz2
cmCacheManager: Port away from cmake instance.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 76533b5..2440066 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -17,7 +17,6 @@
#include "cmState.h"
class cmMarkAsAdvancedCommand;
-class cmake;
/** \class cmCacheManager
* \brief Control class for cmake's cache
@@ -28,7 +27,7 @@ class cmake;
class cmCacheManager
{
public:
- cmCacheManager(cmake* cm);
+ cmCacheManager();
class CacheIterator;
friend class cmCacheManager::CacheIterator;