diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 22:53:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 22:53:17 +0100 |
| commit | dc2eacb1e0fdbae03dd3fedd0146026ef333a7b2 (patch) | |
| tree | a34fc875512ae17709c72b1965f7ce895ed5f32c /src/lib/compose.hpp | |
| parent | 8abfa9923e29ab1f3554d4e0784d8d420032a436 (diff) | |
More Windows hacks.
Diffstat (limited to 'src/lib/compose.hpp')
| -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 8ccd12b50..eb0291e42 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()); |
