]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/main.cpp
Replace custom string classes with std::string - gone forever version
[xonotic/netradiant.git] / radiant / main.cpp
index c669aba41f4d5367024720aa6ed6a2d2c9f04b11..78d10c892695ff434e3dfc096bb127d128be8554 100644 (file)
@@ -39,7 +39,7 @@
    \link os/path.h os/path.h \endlink - Path manipulation for radiant's standard path format \n
    \link os/file.h os/file.h \endlink - OS file-system access. \n
 
-   ::CopiedString - automatic string memory management \n
+   ::std::string - automatic string memory management \n
    Array - automatic array memory management \n
    HashTable - generic hashtable, similar to std::hash_map \n