fix a compiler error
This commit is contained in:
parent
a2cda83019
commit
4f9b0560c7
@ -388,7 +388,7 @@ namespace nana { namespace experimental { namespace filesystem
|
|||||||
private:
|
private:
|
||||||
bool end_{false};
|
bool end_{false};
|
||||||
path::string_type path_;
|
path::string_type path_;
|
||||||
directory_options option_{ directory_options::opt };
|
directory_options option_{ directory_options::none };
|
||||||
|
|
||||||
std::shared_ptr<find_handle> find_ptr_;
|
std::shared_ptr<find_handle> find_ptr_;
|
||||||
find_handle handle_{nullptr};
|
find_handle handle_{nullptr};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user