aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-31 15:57:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-31 15:57:30 -0800
commitbef046a51a26b87cb5eb8a6e159b78c931a2e253 (patch)
tree50e30ebe47c41414b0f394bb966bdfd5443cf237 /wildcard.h
parent78322a63218e8c66a4788dc79e252db4050bca23 (diff)
More work to migrate off of ad-hoc data structures
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 22d136cd..c82ae1f2 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -70,7 +70,7 @@ int wildcard_expand( const wchar_t *wc,
int flags,
array_list_t *out );
-int wildcard_expand_string(const wcstring &wc, const wcstring &base_dir, int flags, std::vector<wcstring> &out );
+int wildcard_expand_string(const wcstring &wc, const wcstring &base_dir, int flags, wcstring_list_t &out );
/**
Test whether the given wildcard matches the string