mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fix gcc compiling
This commit is contained in:
		| @@ -15,7 +15,7 @@ class DLL_LINKAGE ModIncompatibility: public std::exception | ||||
| { | ||||
| public: | ||||
| 	using ModListWithVersion = std::vector<std::pair<const std::string, const std::string>>; | ||||
| 	using ModList = std::vector<const std::string>; | ||||
| 	using ModList = std::vector<std::string>; | ||||
|  | ||||
| 	ModIncompatibility(const ModListWithVersion & _missingMods) | ||||
| 	{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user