Browse Source

state.hpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
0f069c2d3c
  1. 2
      src/state.hpp

2
src/state.hpp

@ -33,7 +33,7 @@ public:
struct OpenDir
{
OpenFile()
OpenDir()
: ref_count(0),
backing_id(INVALID_BACKING_ID),
fi(nullptr)

Loading…
Cancel
Save