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