forked from teamnwah/openmw-tes3coop
TokenLoc was wrongly forward declared as class
This commit is contained in:
parent
27e213e2f9
commit
60fb817e89
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
namespace Compiler
|
namespace Compiler
|
||||||
{
|
{
|
||||||
class Scanner;
|
class Scanner;
|
||||||
class TokenLoc;
|
struct TokenLoc;
|
||||||
class ErrorHandler;
|
class ErrorHandler;
|
||||||
class Context;
|
class Context;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue