mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04:00
Core/Misc: Replace NULL with nullptr
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
void MySQL::Library_Init()
|
||||
{
|
||||
mysql_library_init(-1, NULL, NULL);
|
||||
mysql_library_init(-1, nullptr, nullptr);
|
||||
}
|
||||
|
||||
void MySQL::Library_End()
|
||||
|
||||
Reference in New Issue
Block a user