Browse Source

state.hpp

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

4
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:

Loading…
Cancel
Save