aboutsummaryrefslogtreecommitdiff
path: root/lib/pluginloader/pluginloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pluginloader/pluginloader.h')
-rw-r--r--lib/pluginloader/pluginloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pluginloader/pluginloader.h b/lib/pluginloader/pluginloader.h
index 703c285..cc67901 100644
--- a/lib/pluginloader/pluginloader.h
+++ b/lib/pluginloader/pluginloader.h
@@ -45,6 +45,6 @@ public:
bool verify(const char *hashName = "SHA256");
private:
- const int m_state;
+ const signature_state_t m_state;
QString m_sigError;
};