diff --git a/src/state.hpp b/src/state.hpp index 2cdbb4a5..20afa5fb 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -33,7 +33,7 @@ public: struct OpenDir { - OpenFile() + OpenDir() : ref_count(0), backing_id(INVALID_BACKING_ID), fi(nullptr)