fix a compiler error

This commit is contained in:
Jinhao 2018-12-12 01:28:09 +08:00
parent a2cda83019
commit 4f9b0560c7

View File

@ -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};