aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 23:53:23 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 23:53:23 -0800
commitf891ea5713029484f30bdf12ed56de83162da33f (patch)
treeafe4f288c92eb8a1e3dd11c414ffc1b916f80f5c /function.h
parentd3311c81e5b29a7a5d0c6c2d2e74305b4c3b0d1d (diff)
Fixed named_arguments to be wcstring_list_t instead of al_list
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 547100c7..851cf8aa 100644
--- a/function.h
+++ b/function.h
@@ -50,7 +50,7 @@ struct function_data_t
/**
List of all named arguments for this function
*/
- array_list_t *named_arguments;
+ wcstring_list_t named_arguments;
/**
Set to non-zero if invoking this function shadows the variables
of the underlying function.