mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Fix Compile Error
This commit is contained in:
parent
67369a1def
commit
01a8eb27b1
|
@ -81,7 +81,7 @@ int SQLDB::exec(const std::string& SQLCommand)
|
||||||
return _exec_real(SQLCommand,nullptr,nullptr);
|
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);
|
return _exec_real(SQLCommand,callback,param);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user