diff --git a/include/SQLiteCpp/Database.h b/include/SQLiteCpp/Database.h index e31f545..cf327e1 100644 --- a/include/SQLiteCpp/Database.h +++ b/include/SQLiteCpp/Database.h @@ -63,7 +63,7 @@ public: Database(const char* apFilename, const int aFlags = SQLITE_OPEN_READONLY, const int aBusyTimeoutMs = 0, - const char* apVfs = NULL); + const char* apVfs = nullptr); /** * @brief Open the provided database UTF-8 filename.