diff --git a/module/Sqrat/sqratUtil.h b/module/Sqrat/sqratUtil.h index 88956d5c..f965af89 100644 --- a/module/Sqrat/sqratUtil.h +++ b/module/Sqrat/sqratUtil.h @@ -1855,6 +1855,11 @@ struct StackStrF { } + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /// Object constructor. + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + StackStrF(HSQUIRRELVM vm, LightObj & o); + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// Copy constructor. (disabled) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////