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, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index ae7ab139a..939b98b34 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1111,7 +1111,7 @@ class CoreExport ModuleManager
/** Class used for callbacks within modules
*/
-class CallBack : public Timer
+class CoreExport CallBack : public Timer
{
private:
Module *m;