summaryrefslogtreecommitdiff
path: root/src/lib/compose.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/compose.hpp')
-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 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());