Browse Source

state.hpp

tests
Antonio SJ Musumeci 5 days ago
parent
commit
1641d7e3ab
  1. 4
      src/state.hpp

4
src/state.hpp

@ -35,13 +35,13 @@ public:
{ {
OpenDir() OpenDir()
: ref_count(0), : ref_count(0),
fi(nullptr)
di(nullptr)
{ {
} }
int ref_count; int ref_count;
int backing_id; int backing_id;
FileInfo *fi;
DirInfo *di;
}; };
public: public:

Loading…
Cancel
Save