X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/00cffd5f7c35a915c09d55e6292775e9e01bdeec..a143e957a68145eece4b5b60e0bf8bee0d0693cd:/Server/src/string.cpp?ds=inline diff --git a/Server/src/string.cpp b/Server/src/string.cpp index edc522c..7062bb0 100644 --- a/Server/src/string.cpp +++ b/Server/src/string.cpp @@ -33,7 +33,10 @@ #endif // DEBUG const std::string PlaQui::Server::String::SPACE_CHARS = " \t\n\r"; - + +PlaQui::Server::String::~String(void) { +} + PlaQui::Server::String::String(const std::string& str): std::string(str.c_str()) { }