summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-14 16:27:51 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-14 16:27:51 +0300
commitc4613b210ee6003be91b7e21a44ef1a918f96657 (patch)
tree6f71ee0cd9fa2fae0748c73e728e2a763c45bda9 /include
parent888700743a5bb1147929a4921fa418212c90c3c1 (diff)
Fix Windows build
Diffstat (limited to 'include')
-rw-r--r--include/Olm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Olm.hpp b/include/Olm.hpp
index 2730b18c..ae4e0659 100644
--- a/include/Olm.hpp
+++ b/include/Olm.hpp
@@ -41,7 +41,7 @@ client();
void
handle_to_device_messages(const std::vector<nlohmann::json> &msgs);
-boost::optional<json>
+nlohmann::json
try_olm_decryption(const std::string &sender_key,
const mtx::events::msg::OlmCipherContent &content);