From 369a84dffc3c16500290f99b887469ef51dc8f5a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 18 May 2025 23:38:54 -0500 Subject: [PATCH] state.hpp --- src/state.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.hpp b/src/state.hpp index 5525cb3d..a35ec93a 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -10,7 +10,7 @@ struct PassthroughDetails { std::atomic ref_count; - int backing_id; + int backing_id; }; class State