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

ERR: std -> kwsys_std.

parent 32f1d93d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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