diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 6fae5e155b..87247d1df3 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -103,10 +103,7 @@ public: bool IsRootMakefile() const; //! Get the makefile for this generator - cmMakefile* GetMakefile() { return this->Makefile; } - - //! Get the makefile for this generator, const version - cmMakefile const* GetMakefile() const { return this->Makefile; } + cmMakefile* GetMakefile() const { return this->Makefile; } //! Get the GlobalGenerator this is associated with cmGlobalGenerator* GetGlobalGenerator() { return this->GlobalGenerator; }