diff options
Diffstat (limited to 'Source/WXDialog/cmWXCommandLineInfo.h')
-rw-r--r-- | Source/WXDialog/cmWXCommandLineInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WXDialog/cmWXCommandLineInfo.h b/Source/WXDialog/cmWXCommandLineInfo.h index 7831d19..ec934bc 100644 --- a/Source/WXDialog/cmWXCommandLineInfo.h +++ b/Source/WXDialog/cmWXCommandLineInfo.h @@ -51,6 +51,7 @@ public: std::string m_GeneratorChoiceString; std::string m_LastUnknownParameter; std::string m_ExecutablePath; + bool m_ExitAfterLoad; protected: // Parse one argument |