mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
fixed DLL_LINKAGE for << operators
This commit is contained in:
parent
233ead5671
commit
cd35ece10c
@ -56,8 +56,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
friend class CSkillHandler;
|
friend class CSkillHandler;
|
||||||
friend std::ostream & operator<<(std::ostream & out, const CSkill & skill);
|
friend DLL_LINKAGE 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::LevelInfo & info);
|
||||||
};
|
};
|
||||||
|
|
||||||
class DLL_LINKAGE CSkillHandler: public CHandlerBase<SecondarySkill, CSkill>
|
class DLL_LINKAGE CSkillHandler: public CHandlerBase<SecondarySkill, CSkill>
|
||||||
|
Loading…
Reference in New Issue
Block a user