From 6466c06e44684952dd28cd5a6ac3968bdb81646e Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 7 Apr 2022 00:35:59 +0200 Subject: Changed file names for Parser to avoid conflict in MSVC environment --- StarsEx/ParseUtil.h | 2 +- StarsEx/Ship.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'StarsEx') diff --git a/StarsEx/ParseUtil.h b/StarsEx/ParseUtil.h index c234d00..43ddab3 100644 --- a/StarsEx/ParseUtil.h +++ b/StarsEx/ParseUtil.h @@ -20,7 +20,7 @@ #include "Color.h" #include "Text.h" -#include "Parser.h" +#include "Parser_ss.h" #include "Reader.h" #include "Token.h" diff --git a/StarsEx/Ship.cpp b/StarsEx/Ship.cpp index 531f99f..921bc58 100644 --- a/StarsEx/Ship.cpp +++ b/StarsEx/Ship.cpp @@ -85,7 +85,7 @@ #include "DataLoader.h" #include "Panic.h" -#include "Parser.h" +#include "Parser_ss.h" #include "Reader.h" // +----------------------------------------------------------------------+ -- cgit v1.1