COMP: Some STL implementation do not provide clear on std::string
This commit is contained in:
parent
e34d666fc7
commit
73e1d9abd9
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue