mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 04:46:08 -04:00
TokenLoc was wrongly forward declared as class
This commit is contained in:
parent
27e213e2f9
commit
60fb817e89
@ -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…
x
Reference in New Issue
Block a user