summaryrefslogtreecommitdiff
path: root/src/resources/questitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/questitem.h')
-rw-r--r--src/resources/questitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/questitem.h b/src/resources/questitem.h
index 27a3881d6..333cc308b 100644
--- a/src/resources/questitem.h
+++ b/src/resources/questitem.h
@@ -50,7 +50,7 @@ struct QuestItem final
std::string group;
std::set<int> incomplete;
std::set<int> complete;
- std::vector<QuestItemText> texts;
+ STD_VECTOR<QuestItemText> texts;
int completeFlag;
bool broken;
};