]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/eclass_xml.cpp
Replace custom string classes with std::string - gone forever version
[xonotic/netradiant.git] / radiant / eclass_xml.cpp
index 687d4adf0ffb94b46cd1392f0b9e52d11af98831..db60afd6bd3c93745c78b901cd18b2e6ae3c763f 100644 (file)
@@ -250,7 +250,7 @@ bool attributeSupported( const char* name ){
                   || string_equal( name, "integer2" );
 }
 
-typedef std::map<CopiedString, ListAttributeType> ListAttributeTypes;
+typedef std::map<std::string, ListAttributeType> ListAttributeTypes;
 
 bool listAttributeSupported( ListAttributeTypes& listTypes, const char* name ){
        return listTypes.find( name ) != listTypes.end();