From ce801921e8d22b3647fcc207a8966252b06294ee Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 31 Dec 2025 18:18:25 +0000 Subject: Allow specifying a module name in SetPriority. --- include/modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index e3d4eb96b..4a7e90e24 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1057,6 +1057,7 @@ public: * then this contains a the module that your module must be placed before * or after. */ + bool SetPriority(Module* mod, Implementation i, Priority s, const std::string &which); bool SetPriority(Module* mod, Implementation i, Priority s, Module* which = nullptr); /** Change the priority of all events in a module. -- cgit v1.3.1-10-gc9f91