aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-25 18:40:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-25 18:40:08 -0800
commit2f1cac604df280750a9a93edecb4e1a72fc5cff3 (patch)
treed9f76f8d84a1bbb6255155c13233fd64f37856df /function.h
parent8e56763c981789701a6ef655634c82873881617b (diff)
Implemented LRU cache for autoloading.
Diffstat (limited to 'function.h')
-rw-r--r--function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.h b/function.h
index 2db43794..18f4d65e 100644
--- a/function.h
+++ b/function.h
@@ -106,7 +106,7 @@ void function_add( function_data_t *data, const parser_t &parser );
/**
Remove the function with the specified name.
*/
-void function_remove( const wchar_t *name );
+void function_remove( const wcstring &name );
/**
Gets a function by name.