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 c332d455..e609d64e 100644
--- a/src/core/module/Module.h
+++ b/src/core/module/Module.h
@@ -61,7 +61,7 @@ class GPGFRONTEND_CORE_EXPORT Module : public QObject {
virtual auto Exec(EventReference) -> int;
- virtual auto Deactive() -> int;
+ virtual auto Deactivate() -> int;
virtual auto UnRegister() -> int;