diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-10-18 13:11:42 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-10-18 13:11:42 +0800 |
commit | c0d53cf1f868a38ffb7681b7904348d69fb6b5c9 (patch) | |
tree | b97790c8932f2a54c87ac429622c36cc9821eac7 /qmidiplayer-desktop/qmpplugin.cpp | |
parent | d985112164bd2bfeca0c895abb523d45f0e065bb (diff) | |
download | QMidiPlayer-c0d53cf1f868a38ffb7681b7904348d69fb6b5c9.tar.xz |
Fix inconsistency and build errors.
Diffstat (limited to 'qmidiplayer-desktop/qmpplugin.cpp')
-rw-r--r-- | qmidiplayer-desktop/qmpplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmpplugin.cpp b/qmidiplayer-desktop/qmpplugin.cpp index 4c0ee7c..7ef31f3 100644 --- a/qmidiplayer-desktop/qmpplugin.cpp +++ b/qmidiplayer-desktop/qmpplugin.cpp @@ -17,7 +17,7 @@ qmpSettingsWindow* qsw; #include <locale> std::string wstr2str(std::wstring s) { - std::wstring_convert<std::codecvt_utf8<wchar_t>,wchat_t> wsc; + std::wstring_convert<std::codecvt_utf8<wchar_t>,wchar_t> wsc; return wsc.to_bytes(s); } void qmpPluginManager::scanPlugins() |