Core/Misc: Replace NULL with nullptr

This commit is contained in:
Shauren
2020-08-14 17:06:03 +02:00
parent 02fd3a1f15
commit 1c52d5fff7
383 changed files with 1817 additions and 1817 deletions

View File

@@ -20,7 +20,7 @@
void MySQL::Library_Init()
{
mysql_library_init(-1, NULL, NULL);
mysql_library_init(-1, nullptr, nullptr);
}
void MySQL::Library_End()