From ccf5114c47959af17996387a369e33e291e6eca6 Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Wed, 17 Dec 2003 08:30:07 -0500 Subject: [PATCH] ERR: std -> kwsys_std. --- SystemTools.hxx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 50a67efe..69afdc19 100644 --- a/SystemTools.hxx.in +++ b/SystemTools.hxx.in @@ -126,7 +126,7 @@ public: /** Read an environment variable. */ static const char* GetEnv(const char* key); - static bool GetEnv(const char* key, std::string& result); + static bool GetEnv(const char* key, kwsys_std::string& result); /** * Get the file extension (including ".") needed for an executable -- GitLab