use std::filesystem instead of std::experimental::filesystem
This commit is contained in:
@@ -29,7 +29,7 @@ namespace nana{ namespace paint
|
||||
:public image::image_impl_interface
|
||||
{
|
||||
public:
|
||||
bool open(const std::experimental::filesystem::path& filename) override
|
||||
bool open(const std::filesystem::path& filename) override
|
||||
{
|
||||
#if defined(NANA_WINDOWS)
|
||||
SHFILEINFO sfi;
|
||||
|
||||
Reference in New Issue
Block a user