diff options
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; |