aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-17 19:37:46 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-17 19:38:08 -0700
commit86645b32e172301088517bfb860b2e0990b3e5ec (patch)
tree3a085358e6a382074c7569b997a006f2765b7c73 /wildcard.h
parent977c585f8be898e327221911b505da577619520a (diff)
Work towards getting function.h off of shared_ptr
Diffstat (limited to 'wildcard.h')
-rw-r--r--wildcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wildcard.h b/wildcard.h
index cf7aa10f..40830f0c 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -89,7 +89,7 @@ int wildcard_has( const wchar_t *str, int internal );
bool wildcard_complete(const wcstring &str,
const wchar_t *wc,
const wchar_t *desc,
- const wchar_t *(*desc_func)(const wcstring &),
+ wcstring (*desc_func)(const wcstring &),
std::vector<completion_t> &out,
expand_flags_t flags );