summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 13:00:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 13:00:30 (GMT)
commit628625af7219dcb54765bbc62136b543502ecbec (patch)
treed320ac3cf43e17d1b977e1347a0b3cb9e59e310a /Source/cmakewizard.h
parentc478520cabd9e0e930c37337a786d74834ba1130 (diff)
downloadCMake-628625af7219dcb54765bbc62136b543502ecbec.zip
CMake-628625af7219dcb54765bbc62136b543502ecbec.tar.gz
CMake-628625af7219dcb54765bbc62136b543502ecbec.tar.bz2
Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r--Source/cmakewizard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h
index 9b0b5eb..a8f98d5 100644
--- a/Source/cmakewizard.h
+++ b/Source/cmakewizard.h
@@ -31,8 +31,7 @@ public:
/**
* Prompt the User for a new value for key, the answer is put in entry.
*/
- virtual void AskUser(const char* key, cmCacheManager::CacheIterator& iter,
- cmCacheManager *cm);
+ virtual void AskUser(const char* key, cmCacheManager::CacheIterator& iter);
///! Show a message to wait for cmake to run.
virtual void ShowMessage(const char*);