]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/treemodel.cpp
Replace custom string classes with std::string - gone forever version
[xonotic/netradiant.git] / radiant / treemodel.cpp
index 4d2f82384d8e62415ca44f9ac41644701bf063d6..ebd68d66eaba9e916c0380d9281e0e2b6809fd5e 100644 (file)
@@ -737,7 +737,7 @@ void graph_tree_model_row_changed( GraphTreeNode& node );
 
 class GraphTreeNode
 {
-typedef std::map<std::pair<CopiedString, scene::Node*>, GraphTreeNode*> ChildNodes;
+typedef std::map<std::pair<std::string, scene::Node*>, GraphTreeNode*> ChildNodes;
 ChildNodes m_childnodes;
 public:
 Reference<scene::Instance> m_instance;