1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix mismatched-tags Clang warnings

They're not important at all, but sicne there only few of them left just fix them.
This commit is contained in:
Arseniy Shestakov 2016-09-08 19:42:59 +03:00
parent d06d07a39b
commit 02f70464fb
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
*
*/
class StackWindowInfo;
struct StackWindowInfo;
class CCommanderInstance;
class CStackInstance;
class CStack;

View File

@ -17,8 +17,8 @@ class JsonNode;
typedef std::vector<JsonNode> JsonVector;
class CRandomGenerator;
class Bonus;
class Component;
struct Bonus;
struct Component;
class CStackBasicDescriptor;
namespace JsonRandom

View File

@ -17,7 +17,7 @@
#include "../filesystem/CZipLoader.h"
#include "../GameConstants.h"
class TriggeredEvent;
struct TriggeredEvent;
struct TerrainTile;
struct PlayerInfo;
class CGObjectInstance;