The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class XNode;
|
||||
class AutoActor
|
||||
{
|
||||
public:
|
||||
AutoActor(): m_pActor(NULL) {}
|
||||
AutoActor(): m_pActor(nullptr) {}
|
||||
~AutoActor() { Unload(); }
|
||||
AutoActor( const AutoActor &cpy );
|
||||
AutoActor &operator =( const AutoActor &cpy );
|
||||
|
||||
Reference in New Issue
Block a user