mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
chore: some cleanup work on WorldServer and PerformanceManager
This commit is contained in:
4
thirdparty/SQLite/CppSQLite3.h
vendored
4
thirdparty/SQLite/CppSQLite3.h
vendored
@@ -52,9 +52,9 @@ public:
|
||||
|
||||
virtual ~CppSQLite3Exception();
|
||||
|
||||
const int errorCode() { return mnErrCode; }
|
||||
const int errorCode() const { return mnErrCode; }
|
||||
|
||||
const char* errorMessage() { return mpszErrMess; }
|
||||
const char* errorMessage() const { return mpszErrMess; }
|
||||
|
||||
const char* what() const noexcept override { return mpszErrMess; }
|
||||
|
||||
|
Reference in New Issue
Block a user