diff options
| author | 2009-04-23 22:21:35 +0000 | |
|---|---|---|
| committer | 2009-04-23 22:21:35 +0000 | |
| commit | 15b51c2ecc81e06c0efb537bec968f7c5acd2ed4 (patch) | |
| tree | f2faa8fb9d3602c02e178cba1fdc7d035ac3cb1c /src/modules.cpp | |
| parent | Heres the beef so far (diff) | |
rollback r11326, we're going to make vc9 the officially supported windows build methods since the few of us doing win dev can't keep up maintaining the others.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11327 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 29d4b5555..6ea939e50 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -238,7 +238,7 @@ void ModuleManager::DetachAll(Module* mod) Detach((Implementation)n, mod); } -bool ModuleManager::SetModulePriority(Module* mod, Priority s) +bool ModuleManager::SetPriority(Module* mod, Priority s) { for (size_t n = I_BEGIN + 1; n != I_END; ++n) SetPriority(mod, (Implementation)n, s); |
