summaryrefslogtreecommitdiff
path: root/core/utf8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/utf8.cpp')
-rw-r--r--core/utf8.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/utf8.cpp b/core/utf8.cpp
index 25ed595..197684a 100644
--- a/core/utf8.cpp
+++ b/core/utf8.cpp
@@ -23,3 +23,4 @@ std::wstring toUTF16(std::string str) //convert as much as possible
utf8::utf8to16(tmpstr.begin(), tmpstr.end(), back_inserter(ustr));
return ustr;
}
+