diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-16 12:08:45 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-23 18:55:05 +0100 |
commit | f9139dfa6aea6ca8c4054a5b5fff9be484d978fa (patch) | |
tree | 940d7711e9c17f860c808ec809b86209a1cdef0e /include/olm/session.hh | |
parent | e533b0dc8ef606aa808b38d2f49d9baf438dae47 (diff) |
Convert error.hh to plain C
Diffstat (limited to 'include/olm/session.hh')
-rw-r--r-- | include/olm/session.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/session.hh b/include/olm/session.hh index 829f271..5b91cb1 100644 --- a/include/olm/session.hh +++ b/include/olm/session.hh @@ -31,7 +31,7 @@ struct Session { Session(); Ratchet ratchet; - ErrorCode last_error; + OlmErrorCode last_error; bool received_message; |