aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/model/GpgData.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/gpg/model/GpgData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/model/GpgData.cpp b/src/gpg/model/GpgData.cpp
index 30b03069..44e5ae44 100644
--- a/src/gpg/model/GpgData.cpp
+++ b/src/gpg/model/GpgData.cpp
@@ -73,5 +73,5 @@ GpgFrontend::BypeArrayPtr GpgFrontend::GpgData::Read2Buffer() {
assert(gpgme_err_code(err) == GPG_ERR_NO_ERROR);
}
}
- return std::move(out_buffer);
+ return out_buffer;
} \ No newline at end of file