aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/Module.h')
-rw-r--r--src/core/module/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/Module.h b/src/core/module/Module.h
index 615d09b9..c332d455 100644
--- a/src/core/module/Module.h
+++ b/src/core/module/Module.h
@@ -59,7 +59,7 @@ class GPGFRONTEND_CORE_EXPORT Module : public QObject {
virtual auto Active() -> int;
- virtual auto Exec(EventRefrernce) -> int;
+ virtual auto Exec(EventReference) -> int;
virtual auto Deactive() -> int;