diff --git a/src/state.hpp b/src/state.hpp index 02e87129..bccd258c 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -35,13 +35,13 @@ public: { OpenDir() : ref_count(0), - fi(nullptr) + di(nullptr) { } int ref_count; int backing_id; - FileInfo *fi; + DirInfo *di; }; public: