diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 055170a..1f8a054 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -62,8 +62,6 @@ class cmGeneratorExpressionEvaluationFile; */ class cmMakefile { - class Internals; - cmsys::auto_ptr<Internals> Internal; public: /* Mark a variable as used */ void MarkVariableAsUsed(const std::string& var); @@ -996,6 +994,7 @@ private: bool CheckSystemVars; bool CheckCMP0000; bool Configured; + bool IsSourceFileTryCompile; mutable bool SuppressWatches; }; |