summaryrefslogtreecommitdiff
path: root/Source/cmFilePathUuid.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-05 23:18:05 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-05 23:18:05 +0200
commit0039ffa2163665856be1e772146442f2c7418c6c (patch)
treeb9357fdea5bbe602bb34412d45bc280c5f6bbd9a /Source/cmFilePathUuid.h
parentbfdf1322e7638687c96b323b1df20fd9c08b3044 (diff)
downloadcmake-0039ffa2163665856be1e772146442f2c7418c6c.tar.gz
use CM_NULLPTR
Diffstat (limited to 'Source/cmFilePathUuid.h')
-rw-r--r--Source/cmFilePathUuid.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmFilePathUuid.h b/Source/cmFilePathUuid.h
index 87cfcf8a7d..b54dc47850 100644
--- a/Source/cmFilePathUuid.h
+++ b/Source/cmFilePathUuid.h
@@ -52,8 +52,9 @@ public:
* @arg outputPrefix optional string to prepend to the result
* @arg outputSuffix optional string to append to the result
*/
- std::string get(const std::string& filePath, const char* outputPrefix = NULL,
- const char* outputSuffix = NULL);
+ std::string get(const std::string& filePath,
+ const char* outputPrefix = CM_NULLPTR,
+ const char* outputSuffix = CM_NULLPTR);
private:
void initParentDirs(const std::string& currentSrcDir,