mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -18,8 +18,8 @@
|
||||
|
||||
cmExportBuildFileGenerator::cmExportBuildFileGenerator()
|
||||
{
|
||||
this->LG = 0;
|
||||
this->ExportSet = 0;
|
||||
this->LG = CM_NULLPTR;
|
||||
this->ExportSet = CM_NULLPTR;
|
||||
}
|
||||
|
||||
void cmExportBuildFileGenerator::Compute(cmLocalGenerator* lg)
|
||||
|
||||
Reference in New Issue
Block a user