mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix "reorder" warnings
This commit is contained in:
parent
9427dacc5d
commit
c4cbda88ac
@ -424,7 +424,7 @@ void CToggleGroup::addToggle(int identifier, CToggleBase* bt)
|
||||
}
|
||||
|
||||
CToggleGroup::CToggleGroup(const CFunctionList<void(int)> &OnChange, bool musicLikeButtons)
|
||||
: onChange(OnChange), musicLike(musicLikeButtons), selectedID(-1)
|
||||
: onChange(OnChange), selectedID(-1), musicLike(musicLikeButtons)
|
||||
{}
|
||||
|
||||
void CToggleGroup::setSelected(int id)
|
||||
|
@ -120,8 +120,8 @@ CQuestLog::CQuestLog (const std::vector<QuestInfo> & Quests) :
|
||||
questIndex(0),
|
||||
currentQuest(nullptr),
|
||||
componentsBox(nullptr),
|
||||
quests (Quests),
|
||||
hideComplete(false),
|
||||
quests(Quests),
|
||||
slider(nullptr)
|
||||
{
|
||||
OBJ_CONSTRUCTION_CAPTURING_ALL;
|
||||
|
Loading…
Reference in New Issue
Block a user