diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-11 19:36:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-11 19:36:57 (GMT) |
commit | 71ff74d0459fe0fd08e51f79da8976d0b92786c0 (patch) | |
tree | 7e972ea480187d448952d6358b51589d02560864 /Source/MFCDialog/CMakeSetupDialog.h | |
parent | ef5db04e24e0374ebf0ffed11350a347bafac3fb (diff) | |
download | CMake-71ff74d0459fe0fd08e51f79da8976d0b92786c0.zip CMake-71ff74d0459fe0fd08e51f79da8976d0b92786c0.tar.gz CMake-71ff74d0459fe0fd08e51f79da8976d0b92786c0.tar.bz2 |
FIX: fix for bug 1135
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h index 3294b37..4825368 100644 --- a/Source/MFCDialog/CMakeSetupDialog.h +++ b/Source/MFCDialog/CMakeSetupDialog.h @@ -138,6 +138,7 @@ protected: cmake *m_CMakeInstance; HCURSOR m_Cursor; bool m_RunningConfigure; + bool m_GeneratorPicked; }; //{{AFX_INSERT_LOCATION}} |