Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/items/StarArmors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/items/StarArmors.cpp')
-rw-r--r--source/game/items/StarArmors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/items/StarArmors.cpp b/source/game/items/StarArmors.cpp
index 0f8ceb4..85580d9 100644
--- a/source/game/items/StarArmors.cpp
+++ b/source/game/items/StarArmors.cpp
@@ -74,7 +74,7 @@ void ArmorItem::refreshIconDrawables() {
drawable.imagePart().addDirectives(m_directives, true);
}
}
- setIconDrawables(move(drawables));
+ setIconDrawables(std::move(drawables));
}
void ArmorItem::refreshStatusEffects() {