mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +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:
		| @@ -14,7 +14,7 @@ | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| class StackWindowInfo; | ||||
| struct StackWindowInfo; | ||||
| class CCommanderInstance; | ||||
| class CStackInstance; | ||||
| class CStack; | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
| #include "../filesystem/CZipLoader.h" | ||||
| #include "../GameConstants.h" | ||||
|  | ||||
| class TriggeredEvent; | ||||
| struct TriggeredEvent; | ||||
| struct TerrainTile; | ||||
| struct PlayerInfo; | ||||
| class CGObjectInstance; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user