mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Fix callback binding.
This commit is contained in:
parent
2bbbfd69e6
commit
bab6db85a9
@ -514,7 +514,7 @@ void Register_POCO_Data(HSQUIRRELVM vm, Table &)
|
||||
// Meta-methods
|
||||
.SquirrelFunc(_SC("_typename"), &SqPcDataStatementResult::Fn)
|
||||
// Member Methods
|
||||
.Func(_SC("Bind"), &SqDataStatementResult::Bind)
|
||||
.CbFunc(_SC("Bind"), &SqDataStatementResult::Bind)
|
||||
);
|
||||
// --------------------------------------------------------------------------------------------
|
||||
ns.Bind(_SC("Statement"),
|
||||
|
Loading…
Reference in New Issue
Block a user