Replace NULL by nullptr
This commit is contained in:
@@ -70,7 +70,7 @@ protected:
|
||||
|
||||
public:
|
||||
AutoPropertyHandleT()
|
||||
: m_(NULL), own_property_(false)
|
||||
: m_(nullptr), own_property_(false)
|
||||
{}
|
||||
|
||||
AutoPropertyHandleT(const Self& _other)
|
||||
|
||||
Reference in New Issue
Block a user