From 81c44dac41948b048858919697b9fd8c80cc01e7 Mon Sep 17 00:00:00 2001 From: Henning Koehler Date: Fri, 15 Sep 2017 12:20:03 +1200 Subject: [PATCH] minor fixes --- lib/HeroBonus.h | 3 ++- lib/mapObjects/CGHeroInstance.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/HeroBonus.h b/lib/HeroBonus.h index 5a4ea3314..7dafcc670 100644 --- a/lib/HeroBonus.h +++ b/lib/HeroBonus.h @@ -1039,8 +1039,9 @@ public: } }; -struct DLL_LINKAGE ScalingUpdater : public IUpdater +class DLL_LINKAGE ScalingUpdater : public IUpdater { +public: int valPer20; int stepSize; diff --git a/lib/mapObjects/CGHeroInstance.h b/lib/mapObjects/CGHeroInstance.h index 4d12ee8ff..ca75c6434 100644 --- a/lib/mapObjects/CGHeroInstance.h +++ b/lib/mapObjects/CGHeroInstance.h @@ -109,7 +109,6 @@ public: }; std::vector specialtyDeprecated; - CBonusSystemNode specialty; struct DLL_LINKAGE SecondarySkillsInfo {