diff options
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 7543a89..2f4cea6 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -717,6 +717,8 @@ public: } ~ScopePushPop() { this->Makefile->PopScope(); } private: + ScopePushPop(ScopePushPop const&); + ScopePushPop& operator=(ScopePushPop const&); cmMakefile* Makefile; }; |