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 6cc1cc3f..fe672698 100644
--- a/src/core/module/Module.h
+++ b/src/core/module/Module.h
@@ -74,7 +74,7 @@ class GPGFRONTEND_CORE_EXPORT Module : public QObject {
private:
class Impl;
- std::unique_ptr<Impl> p_;
+ SecureUniquePtr<Impl> p_;
};
} // namespace GpgFrontend::Module \ No newline at end of file