mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
+1
-1
@@ -38,7 +38,7 @@ public:
|
||||
*/
|
||||
cmCommand()
|
||||
{
|
||||
this->Makefile = 0;
|
||||
this->Makefile = CM_NULLPTR;
|
||||
this->Enabled = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user