diff options
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r-- | Source/cmakewizard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h index 7bc497f..b8d21bc 100644 --- a/Source/cmakewizard.h +++ b/Source/cmakewizard.h @@ -31,7 +31,8 @@ public: /** * Prompt the User for a new value for key, the answer is put in entry. */ - virtual void AskUser(const char* key, cmCacheManager::CacheEntry & entry); + virtual void AskUser(const char* key, cmCacheManager::CacheEntry & entry, + cmCacheManager *cm); ///! Show a message to wait for cmake to run. virtual void ShowMessage(const char*); |