aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 21:06:52 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-31 21:06:52 -0800
commitbb19fe703a2711ddad1b381498fea2d703b92d91 (patch)
treec2c3d5ada2474073925547ab672f87c744d0c691 /common.h
parenteef1e3e77e9ec1c80c7a388c2a5433bbc9910db3 (diff)
Fixup wsetlocale to use wcstring
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 66596f3a..03114add 100644
--- a/common.h
+++ b/common.h
@@ -434,7 +434,7 @@ void error_reset();
the user is using a Unicode character set, and if so, use the
unicode ellipsis character as ellipsis, instead of '$'.
*/
-const wchar_t *wsetlocale( int category, const wchar_t *locale );
+wcstring wsetlocale( int category, const wchar_t *locale );
/**
Checks if \c needle is included in the list of strings specified. A warning is printed if needle is zero.