Browse Source

state.hpp

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

2
src/state.hpp

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

Loading…
Cancel
Save