use std::filesystem::path instead of std::string

This commit is contained in:
Jinhao
2019-03-07 01:10:02 +08:00
parent 051525fc6f
commit 0a3fb34e09
7 changed files with 111 additions and 121 deletions

View File

@@ -1275,7 +1275,7 @@ namespace nana {
event_handler_ = ptr;
}
bool text_editor::load(const char* fs)
bool text_editor::load(const path_type& fs)
{
if (!impl_->textbase.load(fs))
return false;