summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceGroup.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-22 13:45:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-22 14:16:40 (GMT)
commit5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d (patch)
treee377945cb94e6c8b6a4a8cf1e7562828297b905b /Source/cmSourceGroup.cxx
parentfe8b0330ebb4b3347e130e8a556ec2a4edfada93 (diff)
downloadCMake-5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d.zip
CMake-5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d.tar.gz
CMake-5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d.tar.bz2
cmSourceGroup: Fix method name capitalization.
Adhere to the dominant style.
Diffstat (limited to 'Source/cmSourceGroup.cxx')
-rw-r--r--Source/cmSourceGroup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSourceGroup.cxx b/Source/cmSourceGroup.cxx
index dc0848c..d272b6c 100644
--- a/Source/cmSourceGroup.cxx
+++ b/Source/cmSourceGroup.cxx
@@ -126,7 +126,7 @@ void cmSourceGroup::AddChild(cmSourceGroup child)
}
//----------------------------------------------------------------------------
-cmSourceGroup *cmSourceGroup::lookupChild(const char* name) const
+cmSourceGroup *cmSourceGroup::LookupChild(const char* name) const
{
// initializing iterators
std::vector<cmSourceGroup>::const_iterator iter =