mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Don't attempt to overload the cmp metamethod in the ini document type.
This commit is contained in:
parent
677398a642
commit
24f5eaafc6
@ -417,7 +417,7 @@ void Register_INI(HSQUIRRELVM vm)
|
|||||||
.Ctor< bool, bool >()
|
.Ctor< bool, bool >()
|
||||||
.Ctor< bool, bool, bool >()
|
.Ctor< bool, bool, bool >()
|
||||||
// Core Meta-methods
|
// Core Meta-methods
|
||||||
.Func(_SC("_cmp"), &Document::Cmp)
|
.Func(_SC("cmp"), &Document::Cmp)
|
||||||
.SquirrelFunc(_SC("_typename"), &DocumentTypename::Fn)
|
.SquirrelFunc(_SC("_typename"), &DocumentTypename::Fn)
|
||||||
.Func(_SC("_tostring"), &Document::ToString)
|
.Func(_SC("_tostring"), &Document::ToString)
|
||||||
// Properties
|
// Properties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user