mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
void DeregisterSelf(void) { FactoryHolderRegistry::instance()->RemoveItem(this, false); }
|
||||
|
||||
/// Abstract Factory create method
|
||||
virtual T* Create(void* data = NULL) const = 0;
|
||||
virtual T* Create(void* data = nullptr) const = 0;
|
||||
private:
|
||||
Key i_key;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user