1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Include a forward declaration of the StackStrF type.

This commit is contained in:
Sandu Liviu Catalin 2016-11-16 12:16:15 +02:00
parent 000133b2ba
commit 7fc61a28a8

View File

@ -140,6 +140,7 @@ namespace Sqrat {
class Object; class Object;
class Table; class Table;
class Function; class Function;
class StackStrF;
} // Namespace:: Sqrat } // Namespace:: Sqrat
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------