mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -78,7 +78,7 @@ public:
|
||||
|
||||
void ComputeObjectFilenames(
|
||||
std::map<cmSourceFile const*, std::string>& mapping,
|
||||
cmGeneratorTarget const* gt = 0) CM_OVERRIDE;
|
||||
cmGeneratorTarget const* gt = CM_NULLPTR) CM_OVERRIDE;
|
||||
|
||||
protected:
|
||||
std::string ConvertToIncludeReference(
|
||||
|
||||
Reference in New Issue
Block a user