diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 1870609..b238c7e 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 |