Fix the use of deprecated C++ functions (#1138)

This commit is contained in:
diath
2021-04-01 00:38:36 +02:00
committed by GitHub
parent 67b7dbfcfe
commit b37623cd86
7 changed files with 30 additions and 26 deletions

View File

@@ -253,7 +253,7 @@ private:
std::vector<AnimatedTextPtr> m_animatedTexts;
std::vector<StaticTextPtr> m_staticTexts;
std::vector<MapViewPtr> m_mapViews;
std::unordered_map<Position, std::string, PositionHasher> m_waypoints;
std::unordered_map<Position, std::string, Position::Hasher> m_waypoints;
uint8 m_animationFlags;
uint32 m_zoneFlags;