1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-05 16:37:12 +02:00

Adjust stream constructor.

This commit is contained in:
Sandu Liviu Catalin
2021-03-09 00:40:16 +02:00
parent 6935d4bfb1
commit 4c08879b5c
2 changed files with 43 additions and 6 deletions

View File

@ -176,7 +176,8 @@ template < class T > struct RegisterStream
mCls
// Constructors
.template Ctor()
.template Ctor< SQInteger >()
.template Ctor< StackStrF & >()
.template Ctor< SQInteger, StackStrF & >()
// Properties
.Prop(_SC("Str"), &T::GetStr, &T::SetStr)
;