fixed class/struct mismatch
This commit is contained in:
parent
5d6ed9d504
commit
44a7ea539d
|
@ -20,9 +20,9 @@ enum ValueType
|
||||||
|
|
||||||
// some prototypes
|
// some prototypes
|
||||||
struct Token;
|
struct Token;
|
||||||
class Instruction;
|
struct Instruction;
|
||||||
struct Keyword;
|
struct Keyword;
|
||||||
class Runtime;
|
struct Runtime;
|
||||||
|
|
||||||
const std::string resolve_TokenType_str(enum TokenType);
|
const std::string resolve_TokenType_str(enum TokenType);
|
||||||
const std::string resolve_ValueType_str(enum ValueType);
|
const std::string resolve_ValueType_str(enum ValueType);
|
||||||
|
|
Loading…
Reference in a new issue