diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-21 15:33:30 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-22 14:16:40 (GMT) |
commit | c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3 (patch) | |
tree | 72a6d98661dcfe8ef888e29d53addcd31afddb7e /Source/cmCustomCommand.cxx | |
parent | d6d4eaac0659b1efea785888f2aab759a1b6b557 (diff) | |
download | CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.zip CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.tar.gz CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.tar.bz2 |
cmMakefile: Consify custom command API.
Diffstat (limited to 'Source/cmCustomCommand.cxx')
-rw-r--r-- | Source/cmCustomCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCustomCommand.cxx b/Source/cmCustomCommand.cxx index 3620a38..b672148 100644 --- a/Source/cmCustomCommand.cxx +++ b/Source/cmCustomCommand.cxx @@ -64,7 +64,7 @@ cmCustomCommand& cmCustomCommand::operator=(cmCustomCommand const& r) } //---------------------------------------------------------------------------- -cmCustomCommand::cmCustomCommand(cmMakefile* mf, +cmCustomCommand::cmCustomCommand(cmMakefile const* mf, const std::vector<std::string>& outputs, const std::vector<std::string>& depends, const cmCustomCommandLines& commandLines, |