Skip to content

Commit 790065b

Browse files
committed
fix
1 parent f2fcf92 commit 790065b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odr/internal/oldms_wvware/wvware_oldms_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ WvWareLegacyMicrosoftFile::decrypt(const std::string &password) const noexcept {
125125

126126
auto decrypted = std::make_shared<WvWareLegacyMicrosoftFile>(*this);
127127
decrypted->m_encryption_state = EncryptionState::decrypted;
128-
return std::move(decrypted);
128+
return decrypted;
129129
}
130130

131131
std::shared_ptr<abstract::Document>

0 commit comments

Comments
 (0)