From 8b68ff282ab87ba2602d54382897656565a32593 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 19 Feb 2021 08:31:04 +0100 Subject: [PATCH] WIP --- src/Session/Session_ServerThread.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Session/Session_ServerThread.cxx b/src/Session/Session_ServerThread.cxx index 5cc708528..fc1d2ac91 100644 --- a/src/Session/Session_ServerThread.cxx +++ b/src/Session/Session_ServerThread.cxx @@ -179,8 +179,7 @@ void Session_ServerThread::Shutdown() } template -void Session_ServerThread::ActivateModuleCatalog(int argc, - char ** argv) +void Session_ServerThread::ActivateModuleCatalog(int argc, char ** argv) { try { MESSAGE("ModuleCatalog thread started"); -- 2.39.2