summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-21 14:16:43 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-22 14:16:40 (GMT)
commitfe8b0330ebb4b3347e130e8a556ec2a4edfada93 (patch)
tree1fb4274ebdc48abf7fa795a0b600fc446d8a15a6 /Source/cmMakefile.h
parente68a3eadfffbdbaa00b735330aac2190583d21c1 (diff)
downloadCMake-fe8b0330ebb4b3347e130e8a556ec2a4edfada93.zip
CMake-fe8b0330ebb4b3347e130e8a556ec2a4edfada93.tar.gz
CMake-fe8b0330ebb4b3347e130e8a556ec2a4edfada93.tar.bz2
cmMakefile: Constify some cmSourceGroup related code.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
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
/**