diff --git a/lib/mu-store-worker.hh b/lib/mu-store-worker.hh index 6c6ce83bc..45d0be533 100644 --- a/lib/mu-store-worker.hh +++ b/lib/mu-store-worker.hh @@ -159,7 +159,7 @@ private: size_t cleanup_orphans(); QueueType q_; - Store& store_;; + Store& store_; std::thread runner_; std::atomic running_{}; SexpCommandHandler sexp_handler_{};