mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Replace NULL with nullptr in header files
Fixes Clang 5.0 "-Wzero-as-null-pointer-constant" errors
This commit is contained in:
parent
7e9983b00f
commit
1c83894db9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user