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:
@ -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)
|
||||
;
|
||||
|
Reference in New Issue
Block a user