From fa95bb4b0d5aed9204d469a36946a9839a7ffaa2 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 25 Nov 2017 13:01:53 +0000 Subject: Convert the remaining things away from the caller/handler API. --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 9a3618264..65e0a53ca 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -440,7 +440,7 @@ void ModuleManager::UnloadAll() namespace { - struct UnloadAction : public HandlerBase0 + struct UnloadAction : public ActionBase { Module* const mod; UnloadAction(Module* m) : mod(m) {} -- cgit v1.3.1-10-gc9f91