aboutsummaryrefslogtreecommitdiff
path: root/src/certificatehelper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/certificatehelper.hpp')
-rw-r--r--src/certificatehelper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certificatehelper.hpp b/src/certificatehelper.hpp
index e395666..90cb526 100644
--- a/src/certificatehelper.hpp
+++ b/src/certificatehelper.hpp
@@ -11,7 +11,7 @@ struct CertificateHelper
static CryptoIdentity createNewIdentity(
QString const & common_name,
- QDateTime expiry_date);
+ QDateTime const & expiry_date);
};
#endif // CERTIFICATEHELPER_HPP