mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-16 06:07:18 +01:00
Various changes to the modules.
Also commited the remaining incomplete modules.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace SqMod {
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
SQInteger Connection::Typename(HSQUIRRELVM vm)
|
||||
{
|
||||
static SQChar name[] = _SC("SqSQLiteConnection");
|
||||
static const SQChar name[] = _SC("SqSQLiteConnection");
|
||||
sq_pushstring(vm, name, sizeof(name));
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user