]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/eclass_def.cpp
Replace custom string classes with std::string - gone forever version
[xonotic/netradiant.git] / radiant / eclass_def.cpp
index 8637b4800c186e1ff3c23d260fe904779ca4fc7f..f43743426bfd7e8dfed968b020ae7ee87e8c9033 100644 (file)
@@ -155,7 +155,7 @@ const char* Get_COM_Token(){
 
 const char *debugname;
 
-void setSpecialLoad( EntityClass *e, const char* pWhat, CopiedString& p ){
+void setSpecialLoad( EntityClass *e, const char* pWhat, std::string& p ){
        // Hydra: removed some amazingly bad cstring usage, whoever wrote that
        // needs to be taken out and shot.