diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 23:17:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 23:17:08 +0100 |
| commit | e1255543b0c280b71db51b47f50e5a3573e45970 (patch) | |
| tree | c69ef30030b8cc28544fc737008c2a3dd2d84cb3 /src/lib | |
| parent | dc2eacb1e0fdbae03dd3fedd0146026ef333a7b2 (diff) | |
Revert part of previous.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/compose.hpp | 2 |
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()); |
