summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r--Source/cmakewizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h
index 21521da..1a9baa6 100644
--- a/Source/cmakewizard.h
+++ b/Source/cmakewizard.h
@@ -38,7 +38,7 @@ public:
* Run cmake in wizard mode. This will coninue to ask the user questions
* until there are no more entries in the cache.
*/
- void RunWizard(std::vector<std::string>const& args);
+ int RunWizard(std::vector<std::string>const& args);
private:
bool m_ShowAdvanced;