mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -43,7 +43,7 @@ class cmCPackComponent
|
||||
{
|
||||
public:
|
||||
cmCPackComponent()
|
||||
: Group(0)
|
||||
: Group(CM_NULLPTR)
|
||||
, IsRequired(true)
|
||||
, IsHidden(false)
|
||||
, IsDisabledByDefault(false)
|
||||
@@ -117,7 +117,7 @@ class cmCPackComponentGroup
|
||||
{
|
||||
public:
|
||||
cmCPackComponentGroup()
|
||||
: ParentGroup(0)
|
||||
: ParentGroup(CM_NULLPTR)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user