From 92bcdb8d66de337fc2bb21b82ae4487ef29919d2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 17 Dec 2003 08:30:07 -0500 Subject: [PATCH] ERR: std -> kwsys_std. --- Source/kwsys/SystemTools.hxx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 187060943..b238c7e4b 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/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