summaryrefslogtreecommitdiff
path: root/src/gui/questswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/questswindow.h')
-rw-r--r--src/gui/questswindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/questswindow.h b/src/gui/questswindow.h
index 8454b80f5..4694acb8d 100644
--- a/src/gui/questswindow.h
+++ b/src/gui/questswindow.h
@@ -74,7 +74,7 @@ class QuestsWindow : public Window, public gcn::ActionListener
ScrollArea *mTextScrollArea;
Button *mCloseButton;
std::map<int, int> mVars;
- std::map<int, std::vector<QuestItem*>> mQuests;
+ std::map<int, std::vector<QuestItem*> > mQuests;
std::vector<QuestItem*> mQuestLinks;
Image *mCompleteIcon;
Image *mIncompleteIcon;