1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-19 19:41:38 +00:00

TokenLoc was wrongly forward declared as class

This commit is contained in:
Marc Zinnschlag 2010-07-01 21:48:14 +02:00
parent 27e213e2f9
commit 60fb817e89

View file

@ -6,7 +6,7 @@
namespace Compiler namespace Compiler
{ {
class Scanner; class Scanner;
class TokenLoc; struct TokenLoc;
class ErrorHandler; class ErrorHandler;
class Context; class Context;