mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-03-13 23:57:13 +01:00
Minor code style fix in ini library.
This commit is contained in:
parent
24f5eaafc6
commit
ff4c0b6143
@ -417,8 +417,8 @@ 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)
|
|
||||||
.SquirrelFunc(_SC("_typename"), &DocumentTypename::Fn)
|
.SquirrelFunc(_SC("_typename"), &DocumentTypename::Fn)
|
||||||
|
.Func(_SC("cmp"), &Document::Cmp)
|
||||||
.Func(_SC("_tostring"), &Document::ToString)
|
.Func(_SC("_tostring"), &Document::ToString)
|
||||||
// Properties
|
// Properties
|
||||||
.Prop(_SC("Valid"), &Document::IsValid)
|
.Prop(_SC("Valid"), &Document::IsValid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user