diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-08-28 18:51:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-08-28 18:51:10 (GMT) |
commit | d0be2896d7191e56818aaac48f7177b9d92a9693 (patch) | |
tree | 42c3a9c07f1ccd9fe8683051c921463e9d639dc7 /Source/MFCDialog/PropertyList.h | |
parent | 4855fe5c10841fd3641b7405522de3278732987f (diff) | |
download | CMake-d0be2896d7191e56818aaac48f7177b9d92a9693.zip CMake-d0be2896d7191e56818aaac48f7177b9d92a9693.tar.gz CMake-d0be2896d7191e56818aaac48f7177b9d92a9693.tar.bz2 |
changed cache manager and registered generators to no longer be singletons
Diffstat (limited to 'Source/MFCDialog/PropertyList.h')
-rw-r--r-- | Source/MFCDialog/PropertyList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/MFCDialog/PropertyList.h b/Source/MFCDialog/PropertyList.h index 5cda18c..535f0d0 100644 --- a/Source/MFCDialog/PropertyList.h +++ b/Source/MFCDialog/PropertyList.h @@ -20,6 +20,7 @@ #include "../cmStandardIncludes.h" +class CMakeSetupDialog; ///////////////////////////////////////////////////////////////////////////// //CPropertyList Items @@ -34,6 +35,7 @@ public: CString m_cmbItems; bool m_NewValue; bool m_Removed; + public: CPropertyItem(CString propName, CString curValue, CString helpString, @@ -70,6 +72,7 @@ public: // Attributes public: + CMakeSetupDialog *m_CMakeSetupDialog; // Operations public: |