mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Merge branch 'mingw-dev-sqlite' into mingw-dev
Bug Fixed in branch mingw-dev-sqlite.
This commit is contained in:
commit
976ca24326
|
@ -81,7 +81,7 @@ int SQLDB::exec(const std::string& SQLCommand)
|
|||
return _exec_real(SQLCommand,nullptr,nullptr);
|
||||
}
|
||||
|
||||
int SQLDB::exec(const std::string& SQLCommand,SQLCallback callback,void* param)
|
||||
int SQLDB::exec_raw(const std::string& SQLCommand,SQLCallback callback,void* param)
|
||||
{
|
||||
return _exec_real(SQLCommand,callback,param);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user