Loading include/client/open_file_map.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class OpenFile { protected: FileType type_; std::string path_; std::array<bool, static_cast<int>(OpenFile_flags::flag_count)> flags_ = {false}; std::array<bool, static_cast<int>(OpenFile_flags::flag_count)> flags_ = {{false}}; unsigned long pos_; std::mutex pos_mutex_; std::mutex flag_mutex_; Loading Loading
include/client/open_file_map.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class OpenFile { protected: FileType type_; std::string path_; std::array<bool, static_cast<int>(OpenFile_flags::flag_count)> flags_ = {false}; std::array<bool, static_cast<int>(OpenFile_flags::flag_count)> flags_ = {{false}}; unsigned long pos_; std::mutex pos_mutex_; std::mutex flag_mutex_; Loading