summaryrefslogtreecommitdiff
path: root/Source/cmLocalXCodeGenerator.h
diff options
context:
space:
mode:
authorMatthias Maennich <matthias@maennich.net>2017-09-18 23:57:50 +0200
committerBrad King <brad.king@kitware.com>2017-09-19 11:44:21 -0400
commita5279ae553caba7ab875ee06d2ce2d079907145d (patch)
tree06b58455c6c0e385fb5986b5aed447b7db173d90 /Source/cmLocalXCodeGenerator.h
parenta1cdf537ffb33db3a368dc4c2c3662fa27568400 (diff)
downloadcmake-a5279ae553caba7ab875ee06d2ce2d079907145d.tar.gz
Use C++11 nullptr (cont.)
Fix remaining occurrences of the issue addressed in commit 5962db4389 (Use C++11 nullptr, 2017-08-22) that are only showing up on macOS. Signed-off-by: Matthias Maennich <matthias@maennich.net>
Diffstat (limited to 'Source/cmLocalXCodeGenerator.h')
-rw-r--r--Source/cmLocalXCodeGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalXCodeGenerator.h b/Source/cmLocalXCodeGenerator.h
index 4ca02a9d01..b05eab77ed 100644
--- a/Source/cmLocalXCodeGenerator.h
+++ b/Source/cmLocalXCodeGenerator.h
@@ -36,7 +36,7 @@ public:
virtual void GenerateInstallRules();
virtual void ComputeObjectFilenames(
std::map<cmSourceFile const*, std::string>& mapping,
- cmGeneratorTarget const* gt = 0);
+ cmGeneratorTarget const* gt = nullptr);
private:
};