aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-02-18 00:22:30 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-02-18 00:25:29 +0530
commit6e58c9f7c8f21b4e5eaa698d275eefe013117cdf (patch)
treecee3a08e3b4b8cd8c731a7b03d4f2dcdc0b9a7ad /env_universal_common.h
parenta08450bcb6050cc630d87ae6d7d5f203f8eeca62 (diff)
Switched to std::map instead of hash_table_t in env.cpp and env_universal_common.cpp.
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index 42200b7e..114a51cd 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -176,7 +176,7 @@ void env_universal_common_set( const wchar_t *key, const wchar_t *val, int expor
Do not call this function. Create a message to do it. This function
is only to be used when fishd is dead.
*/
-void env_universal_common_remove( const wchar_t *key );
+void env_universal_common_remove( const wcstring &key );
/**
Get the value of the variable with the specified name