summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp
index 0a1f0dd5d..cab19c22f 100644
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -63,7 +63,7 @@ struct SignList {
this->signs.clear();
const Sign *si;
- FOR_ALL_SIGNS(si) *this->signs.Append() = si;
+ FOR_ALL_SIGNS(si) this->signs.push_back(si);
this->signs.SetFilterState(true);
this->FilterSignList();