diff options
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r-- | Source/cmakewizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h index ec79c52..97ee4d3 100644 --- a/Source/cmakewizard.h +++ b/Source/cmakewizard.h @@ -42,6 +42,6 @@ public: int RunWizard(std::vector<std::string>const& args); private: - bool m_ShowAdvanced; + bool ShowAdvanced; }; |