aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-18 09:49:06 +0000
committersaturneric <[email protected]>2023-10-18 09:49:06 +0000
commit216905e2532a79101e987e936fdf8b353b2a4dab (patch)
tree2b148028d738e8254a763b9814689679a66b21fc /src/core/module/Module.cpp
parentchore: fetch the latest release of the json library (diff)
downloadGpgFrontend-216905e2532a79101e987e936fdf8b353b2a4dab.tar.gz
GpgFrontend-216905e2532a79101e987e936fdf8b353b2a4dab.zip
fix: improve thread and module relation
Diffstat (limited to 'src/core/module/Module.cpp')
-rw-r--r--src/core/module/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/Module.cpp b/src/core/module/Module.cpp
index 33525072..e4c40caa 100644
--- a/src/core/module/Module.cpp
+++ b/src/core/module/Module.cpp
@@ -38,7 +38,7 @@ class Module::Impl {
public:
friend class GlobalModuleContext;
- using ExecCallback = std::function<void(int)>;
+ using ExecCallback = std::function<void(int)>;
Impl(ModuleRawPtr m_ptr, ModuleIdentifier id, ModuleVersion version,
ModuleMetaData meta_data)