From c9bd2c0325f65801ef6c097bfc5244b44759adc6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 18 May 2025 23:39:01 -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 a35ec93a..202ff522 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -16,7 +16,7 @@ struct PassthroughDetails class State { public: - boost::concurrent_flat_map passthrough; + boost::concurrent_flat_map passthrough; }; extern State state;