diff options
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); /** |