mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01: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