Skip to content
Snippets Groups Projects
Commit 8fa76760 authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

COMP: Some STL implementation do not provide clear on std::string

parent e52098c9
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,8 @@ const char* Directory::GetPath() const
//----------------------------------------------------------------------------
void Directory::Clear()
{
this->Internal->Path.clear();
//this->Internal->Path.clear();
this->Internal->Path = "";
this->Internal->Files.clear();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment