mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Minor aditions to the system path library.
Fixed small const correctness in remaining typename functions. Added a flag to block certain format warnings on x64 builds.
This commit is contained in:
@ -92,7 +92,7 @@ void DocumentRef::Validate() const
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
SQInteger ParseResult::Typename(HSQUIRRELVM vm)
|
||||
{
|
||||
static SQChar name[] = _SC("SqXmlParseResult");
|
||||
static const SQChar name[] = _SC("SqXmlParseResult");
|
||||
sq_pushstring(vm, name, sizeof(name));
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user