Skip to content
Snippets Groups Projects
Commit 106b42ba authored by Brad King's avatar Brad King
Browse files

ERR: std->kwsys_std.

parent e520565c
No related branches found
No related tags found
No related merge requests found
......@@ -1399,7 +1399,7 @@ kwsys_std::string SystemTools::GetFilenameLastExtension(const kwsys_std::string&
{
kwsys_std::string name = SystemTools::GetFilenameName(filename);
kwsys_std::string::size_type dot_pos = name.rfind(".");
if(dot_pos != std::string::npos)
if(dot_pos != kwsys_std::string::npos)
{
return name.substr(dot_pos);
}
......
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