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;