diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/qt/src/qgpgmechangepasswdjob.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/qt/src/qgpgmechangepasswdjob.cpp b/lang/qt/src/qgpgmechangepasswdjob.cpp index a182214c..eb9937fa 100644 --- a/lang/qt/src/qgpgmechangepasswdjob.cpp +++ b/lang/qt/src/qgpgmechangepasswdjob.cpp @@ -68,7 +68,7 @@ static QGpgMEChangePasswdJob::result_type change_passwd(Context *ctx, const Key  #endif      Error ae;      const QString log = _detail::audit_log_as_html(ctx, ae); -    return make_tuple(err, log, ae); +    return std::make_tuple(err, log, ae);  }  Error QGpgMEChangePasswdJob::start(const Key &key) | 
