This commit is contained in:
2025-01-02 08:36:55 -06:00
parent 653e8000ff
commit 196abaebcc

View File

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