Skip to content

Commit ff36261

Browse files
committed
Compiler: Add Unknown static type
1 parent 6243928 commit ff36261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/scratchcpp/dev/compiler.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class LIBSCRATCHCPP_EXPORT Compiler
2929
Void,
3030
Number,
3131
Bool,
32-
String
32+
String,
33+
Unknown
3334
};
3435

3536
Compiler(IEngine *engine, Target *target);

0 commit comments

Comments
 (0)