From 11dbf2aab3e9a65148a40ac6b5b1124929344c1a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 26 Apr 2016 18:10:13 +0100 Subject: Fix a bunch of compiler warnings, and turn on warnings. --- include/olm/session.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm/session.hh') diff --git a/include/olm/session.hh b/include/olm/session.hh index b21b0aa..829f271 100644 --- a/include/olm/session.hh +++ b/include/olm/session.hh @@ -19,7 +19,7 @@ namespace olm { -class Account; +struct Account; enum struct MessageType { PRE_KEY = 0, -- cgit v1.2.3