From 7bea24293aae2edb54f748101b45f52aca027a96 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 15 Feb 2015 17:58:47 +0100 Subject: Eliminate constant return value of the all events version of ModuleManager::SetPriority() --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 62078bbfa..41dec1194 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1124,7 +1124,7 @@ class CoreExport ModuleManager : public fakederef * SetPriority method for this, where you may specify other modules to * be prioritized against. */ - bool SetPriority(Module* mod, Priority s); + void SetPriority(Module* mod, Priority s); /** Attach an event to a module. * You may later detatch the event with ModuleManager::Detach(). -- cgit v1.3.1-10-gc9f91