diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-22 13:45:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-22 14:16:40 (GMT) |
commit | 5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d (patch) | |
tree | e377945cb94e6c8b6a4a8cf1e7562828297b905b /Source/cmSourceGroup.h | |
parent | fe8b0330ebb4b3347e130e8a556ec2a4edfada93 (diff) | |
download | CMake-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.h')
-rw-r--r-- | Source/cmSourceGroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h index fd806da..3bbdef9 100644 --- a/Source/cmSourceGroup.h +++ b/Source/cmSourceGroup.h @@ -56,7 +56,7 @@ public: /** * Looks up child and returns it */ - cmSourceGroup *lookupChild(const char *name) const; + cmSourceGroup *LookupChild(const char *name) const; /** * Get the name of this group. |