X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fvfspk3%2Farchive.cpp;h=7b52e1234fd22f0cbaf19d77694bde003ab559ae;hb=318eb70605627162c9aefbaf240697e800e08bd6;hp=a77b07286a96e91ae8bc54ad3c929c0002c3092a;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225;p=xonotic%2Fnetradiant.git diff --git a/plugins/vfspk3/archive.cpp b/plugins/vfspk3/archive.cpp index a77b0728..7b52e123 100644 --- a/plugins/vfspk3/archive.cpp +++ b/plugins/vfspk3/archive.cpp @@ -25,7 +25,7 @@ #include "iarchive.h" #include -#include +#include #include #include "stream/filestream.h" @@ -42,7 +42,7 @@ class DirectoryArchive : public Archive { -CopiedString m_root; +std::string m_root; public: DirectoryArchive( const char* root ) : m_root( root ){ }