Merge branch 'develop' of https://github.com/dankan1890/nana into dankan1890-develop
This commit is contained in:
commit
c7fbfe86ba
@ -121,7 +121,7 @@ namespace nana
|
||||
delete[] row_ptrs;
|
||||
}
|
||||
public:
|
||||
bool open(const experimental::filesystem::path& png_file) override
|
||||
bool open(const std::experimental::filesystem::path& png_file) override
|
||||
{
|
||||
auto fp = ::fopen(to_osmbstr(to_utf8(png_file.native())).c_str(), "rb");
|
||||
if(nullptr == fp) return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user