1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix "reorder" warnings

This commit is contained in:
AlexVinS
2015-02-21 12:38:40 +03:00
parent 9427dacc5d
commit c4cbda88ac
2 changed files with 2 additions and 2 deletions

View File

@@ -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;