]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/targetable.cpp
Replace custom string classes with std::string - gone forever version
[xonotic/netradiant.git] / plugins / entity / targetable.cpp
index e041ee99d53b142a7e06dfd9718fcc146efe0281..b334310d06904c50d550309a5f25f03dff5b2940 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "targetable.h"
 
-typedef std::map<CopiedString, targetables_t> targetnames_t;
+typedef std::map<std::string, targetables_t> targetnames_t;
 
 const char* g_targetable_nameKey = "targetname";