refactor
This commit is contained in:
@ -31,7 +31,7 @@ class i_file_db {
|
|||||||
public:
|
public:
|
||||||
struct file_info final {
|
struct file_info final {
|
||||||
std::string api_path;
|
std::string api_path;
|
||||||
bool directory;
|
bool directory{};
|
||||||
std::string source_path;
|
std::string source_path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user