aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-09 02:01:49 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-09 02:01:49 -0800
commite5bba2294dfd0d56ee5b1c7ac4b9060873b8b03a (patch)
treecc43b1748386663ecd6f68bceb1ce328ce1321f9 /function.h
parent19cfd9b5d693b6e18d2c6e8f453158056d937bcc (diff)
Removed some more halloc
Diffstat (limited to 'function.h')
-rw-r--r--function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/function.h b/function.h
index 851cf8aa..6dd1e5d8 100644
--- a/function.h
+++ b/function.h
@@ -34,11 +34,11 @@ struct function_data_t
/**
Name of function
*/
- wchar_t *name;
+ wcstring name;
/**
Description of function
*/
- wchar_t *description;
+ wcstring description;
/**
Function definition
*/