summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-21 15:33:30 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-22 14:16:40 (GMT)
commitc6c0bd9d2f237b17e2aad0db44a7c860040b2cd3 (patch)
tree72a6d98661dcfe8ef888e29d53addcd31afddb7e /Source/cmMakefile.h
parentd6d4eaac0659b1efea785888f2aab759a1b6b557 (diff)
downloadCMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.zip
CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.tar.gz
CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.tar.bz2
cmMakefile: Consify custom command API.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 1e90122..5622b7f 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -173,7 +173,7 @@ public:
const cmCustomCommandLines& commandLines,
cmTarget::CustomCommandType type,
const char* comment, const char* workingDir,
- bool escapeOldStyle = true);
+ bool escapeOldStyle = true) const;
cmSourceFile* AddCustomCommandToOutput(
const std::vector<std::string>& outputs,
const std::vector<std::string>& depends,