From 4f9b0560c7e4174482c2449aebae969d030b7545 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Wed, 12 Dec 2018 01:28:09 +0800 Subject: [PATCH] fix a compiler error --- include/nana/filesystem/filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nana/filesystem/filesystem.hpp b/include/nana/filesystem/filesystem.hpp index 9d9c62f5..c17efd6d 100644 --- a/include/nana/filesystem/filesystem.hpp +++ b/include/nana/filesystem/filesystem.hpp @@ -388,7 +388,7 @@ namespace nana { namespace experimental { namespace filesystem private: bool end_{false}; path::string_type path_; - directory_options option_{ directory_options::opt }; + directory_options option_{ directory_options::none }; std::shared_ptr find_ptr_; find_handle handle_{nullptr};