From 8710724b5518ae9858309e548514f76e620a8459 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 26 Jun 2013 17:01:33 -0400 Subject: Change the syntax of FOREACH macros to be less dumb. --- src/modmanager_dynamic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modmanager_dynamic.cpp') diff --git a/src/modmanager_dynamic.cpp b/src/modmanager_dynamic.cpp index b9c046a8e..a4a3ddb0b 100644 --- a/src/modmanager_dynamic.cpp +++ b/src/modmanager_dynamic.cpp @@ -108,7 +108,7 @@ bool ModuleManager::Load(const std::string& filename, bool defer) if (defer) return true; - FOREACH_MOD(I_OnLoadModule,OnLoadModule(newmod)); + FOREACH_MOD(OnLoadModule, (newmod)); /* We give every module a chance to re-prioritize when we introduce a new one, * not just the one thats loading, as the new module could affect the preference * of others -- cgit v1.3.1-10-gc9f91