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.h | |
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.h')
-rw-r--r-- | Source/cmCustomCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCustomCommand.h b/Source/cmCustomCommand.h index e20d2bf..6851105 100644 --- a/Source/cmCustomCommand.h +++ b/Source/cmCustomCommand.h @@ -30,7 +30,7 @@ public: cmCustomCommand& operator=(cmCustomCommand const& r); /** Main constructor specifies all information for the command. */ - cmCustomCommand(cmMakefile* mf, + cmCustomCommand(cmMakefile const* mf, const std::vector<std::string>& outputs, const std::vector<std::string>& depends, const cmCustomCommandLines& commandLines, |