diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-09 13:35:59 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-09 13:35:59 (GMT) |
commit | e701ef77d8487c3cf348f24f86fdfd97661681ab (patch) | |
tree | e62a9a89c184a4c80dc926c38a958b7fc3193538 /Source/cmTarget.h | |
parent | d00f7531042167d3e17951521470259e5f2ce3a7 (diff) | |
download | CMake-e701ef77d8487c3cf348f24f86fdfd97661681ab.zip CMake-e701ef77d8487c3cf348f24f86fdfd97661681ab.tar.gz CMake-e701ef77d8487c3cf348f24f86fdfd97661681ab.tar.bz2 |
STYLE: functions use upper case for the first letter
Alex
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 215d879..aa2d4db 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -295,7 +295,7 @@ private: * Checks the prebuild, prelink and postbuild custom commands for known * targets and adds them to the dependencies. */ - void checkForTargetsAsCommand(const std::vector<cmCustomCommand>& commands); + void CheckForTargetsAsCommand(const std::vector<cmCustomCommand>& commands); /** |