diff --git a/source/Library/IO/INI.cpp b/source/Library/IO/INI.cpp index b0c13da2..ea0feb35 100644 --- a/source/Library/IO/INI.cpp +++ b/source/Library/IO/INI.cpp @@ -417,7 +417,7 @@ void Register_INI(HSQUIRRELVM vm) .Ctor< bool, bool >() .Ctor< bool, bool, bool >() // Core Meta-methods - .Func(_SC("_cmp"), &Document::Cmp) + .Func(_SC("cmp"), &Document::Cmp) .SquirrelFunc(_SC("_typename"), &DocumentTypename::Fn) .Func(_SC("_tostring"), &Document::ToString) // Properties