1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Minor code style and consistency adjustments.

This commit is contained in:
Sandu Liviu Catalin
2016-11-15 21:55:03 +02:00
parent 68c8921415
commit f8e57bf060
21 changed files with 47 additions and 27 deletions

View File

@ -368,7 +368,8 @@ Timestamp Date::GetTimestamp() const
// ================================================================================================
void Register_ChronoDate(HSQUIRRELVM vm, Table & /*cns*/)
{
RootTable(vm).Bind(Typename::Str, Class< Date >(vm, Typename::Str)
RootTable(vm).Bind(Typename::Str,
Class< Date >(vm, Typename::Str)
// Constructors
.Ctor()
.Ctor< Uint16 >()