Browse Source

state.hpp

openfiles
Antonio SJ Musumeci 3 weeks ago
parent
commit
369a84dffc
  1. 2
      src/state.hpp

2
src/state.hpp

@ -10,7 +10,7 @@
struct PassthroughDetails struct PassthroughDetails
{ {
std::atomic<u64> ref_count; std::atomic<u64> ref_count;
int backing_id;
int backing_id;
}; };
class State class State

Loading…
Cancel
Save