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 73c63aa..1eaa42d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -131,7 +131,7 @@ public: /** * Print the object state to std::cout. */ - void Print() const; + void Print(); /** Add a custom command to the build. */ void AddCustomCommandToTarget(const char* target, @@ -417,7 +417,6 @@ public: * Get the list of targets */ cmTargets &GetTargets() { return m_Targets; } - const cmTargets &GetTargets() const { return m_Targets; } cmTarget* FindTarget(const char* name); |