aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-09 03:06:10 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-09 03:06:10 -0700
commit175249b4555afd7e453d5bd5a054bb79f3577fe1 (patch)
treec2002dfc8e186dfab1cbc3315e82d0f33ebed913 /env.h
parent294fbc830918f49dd13500bdf0fb4f4933338023 (diff)
Adopt wcstring in env_set
Diffstat (limited to 'env.h')
-rw-r--r--env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.h b/env.h
index b8869f40..63e834da 100644
--- a/env.h
+++ b/env.h
@@ -81,7 +81,7 @@ void env_destroy();
* ENV_INVALID, the variable name or mode was invalid
*/
-int env_set(const wchar_t *key, const wchar_t *val, int mode);
+int env_set(const wcstring &key, const wchar_t *val, int mode);
/**