summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 23:17:08 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 23:17:08 +0100
commite1255543b0c280b71db51b47f50e5a3573e45970 (patch)
treec69ef30030b8cc28544fc737008c2a3dd2d84cb3 /src/lib
parentdc2eacb1e0fdbae03dd3fedd0146026ef333a7b2 (diff)
Revert part of previous.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/compose.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp
index eb0291e42..8ccd12b50 100644
--- a/src/lib/compose.hpp
+++ b/src/lib/compose.hpp
@@ -203,7 +203,7 @@ namespace StringPrivate
}
template <>
- inline void write(std::string& s, wchar_t[] const & obj)
+ inline void write(std::string& s, wchar_t const & obj)
{
std::wstring ws (&obj);
std::string w (ws.begin(), ws.end());