X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/00cffd5f7c35a915c09d55e6292775e9e01bdeec..751302dd67ffdeb0dfe72c4d2a7a2d58303cf5f3:/Server/src/string.cpp 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()) { }