From 106b42baa202c1a384e5e315a388addee0743bf2 Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Tue, 24 Jun 2003 09:02:46 -0400 Subject: [PATCH] ERR: std->kwsys_std. --- SystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemTools.cxx b/SystemTools.cxx index 75b9ce5b..12fabb40 100644 --- a/SystemTools.cxx +++ b/SystemTools.cxx @@ -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); } -- GitLab