diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index d6a845f..bf77e56 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -639,7 +639,7 @@ public: /** * Get the source group */ - cmSourceGroup* GetSourceGroup(const std::vector<std::string>&name); + cmSourceGroup* GetSourceGroup(const std::vector<std::string>&name) const; #endif /** |