mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
vcmi: modernize rest of lib
This commit is contained in:
@@ -19,7 +19,7 @@ struct Bonus;
|
||||
class DLL_LINKAGE IBonusTypeHandler
|
||||
{
|
||||
public:
|
||||
virtual ~IBonusTypeHandler(){};
|
||||
virtual ~IBonusTypeHandler() = default;
|
||||
|
||||
virtual std::string bonusToString(const std::shared_ptr<Bonus> & bonus, const IBonusBearer * bearer, bool description) const = 0;
|
||||
virtual std::string bonusToGraphics(const std::shared_ptr<Bonus> & bonus) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user