fix compile errors under Linux
This commit is contained in:
@@ -997,7 +997,7 @@ namespace nana
|
||||
|
||||
auto editor = _m_impl().editor();
|
||||
if (editor)
|
||||
editor->text(to_nstring(str));
|
||||
editor->text(to_wstring(str));
|
||||
|
||||
API::refresh_window(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user