diff options
author | Brad King <brad.king@kitware.com> | 2007-06-11 14:25:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-06-11 14:25:40 (GMT) |
commit | 28e94533ddff2e48268ebc48707e8510a272ef48 (patch) | |
tree | 0b77dc757175fcbe25852e55ddcec4b0d4c98c1f /Source/cmMakefile.h | |
parent | 4ed167090ea412607ba128a4a5f61199c426b3a6 (diff) | |
download | CMake-28e94533ddff2e48268ebc48707e8510a272ef48.zip CMake-28e94533ddff2e48268ebc48707e8510a272ef48.tar.gz CMake-28e94533ddff2e48268ebc48707e8510a272ef48.tar.bz2 |
BUG: More problems with cmMakefile copy-constructor. It seems the regular expression class cannot be assigned but does not enforce this limitation at compile time.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 93b8f02..dfd3ff8 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -783,6 +783,7 @@ protected: bool IsFunctionBlocked(const cmListFileFunction& lff); private: + void Initialize(); void ReadSources(std::ifstream& fin, bool t); friend class cmMakeDepend; // make depend needs direct access |