summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index 27fec9010..a42292ad1 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1589,6 +1589,8 @@ class CoreExport ModuleManager : public classbase
bool SetPriority(Module* mod, Implementation i, PriorityState s, Module** modules = NULL, size_t sz = 1);
+ bool SetPriority(Module* mod, PriorityState s);
+
/** Attach an event to a module
* @param i Event type to attach
* @param mod Module to attach event to