From 7110535309675a6579c57900ef75498bfb2e0ce6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 20:59:41 +0000 Subject: Rename ServiceProvider::creator to service_creator and add GetSource. --- modules/showfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/showfile.cpp') diff --git a/modules/showfile.cpp b/modules/showfile.cpp index 9ddfa5989..fd32ccea6 100644 --- a/modules/showfile.cpp +++ b/modules/showfile.cpp @@ -137,7 +137,7 @@ private: if (handler) { // Command exists, check if it is ours - if (handler->creator != this) + if (handler->service_creator != this) throw ModuleException(this, "Command " + cmdname + " already exists"); // This is our command, make sure we don't have the same entry twice -- cgit v1.3.1-10-gc9f91