diff --git a/source/tools/atlas/AtlasObject/AtlasObjectImpl.h b/source/tools/atlas/AtlasObject/AtlasObjectImpl.h index 0ec0cdf4df..ea03b0c18c 100644 --- a/source/tools/atlas/AtlasObject/AtlasObjectImpl.h +++ b/source/tools/atlas/AtlasObject/AtlasObjectImpl.h @@ -59,8 +59,8 @@ public: std::wstring value; - typedef std::multimap child_maptype; - typedef std::pair child_pairtype; + typedef std::multimap child_maptype; + typedef std::pair child_pairtype; child_maptype children;