From cbc5431d62e3fe9166f18395dce3ddf2af0906d3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 28 Mar 2026 21:32:23 +0000 Subject: Switch modules from reference<> to shared_ptr<> and weak_ptr<>. --- modules/spanningtree/rsquit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/spanningtree/rsquit.cpp') diff --git a/modules/spanningtree/rsquit.cpp b/modules/spanningtree/rsquit.cpp index b279647f4..b9e89c3d0 100644 --- a/modules/spanningtree/rsquit.cpp +++ b/modules/spanningtree/rsquit.cpp @@ -30,7 +30,7 @@ #include "treeserver.h" #include "commands.h" -CommandRSQuit::CommandRSQuit(Module* Creator) +CommandRSQuit::CommandRSQuit(const WeakModulePtr& Creator) : Command(Creator, "RSQUIT", 1) { access_needed = CmdAccess::OPERATOR; -- cgit v1.3.1-10-gc9f91