mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	fixed DLL_LINKAGE for << operators
This commit is contained in:
		| @@ -56,8 +56,8 @@ public: | ||||
| 	} | ||||
|  | ||||
| 	friend class CSkillHandler; | ||||
| 	friend std::ostream & operator<<(std::ostream & out, const CSkill & skill); | ||||
| 	friend std::ostream & operator<<(std::ostream & out, const CSkill::LevelInfo & info); | ||||
| 	friend DLL_LINKAGE std::ostream & operator<<(std::ostream & out, const CSkill & skill); | ||||
| 	friend DLL_LINKAGE std::ostream & operator<<(std::ostream & out, const CSkill::LevelInfo & info); | ||||
| }; | ||||
|  | ||||
| class DLL_LINKAGE CSkillHandler: public CHandlerBase<SecondarySkill, CSkill> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user