aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMInboundGroupSession.h
diff options
context:
space:
mode:
authorGreg Hughes <greg@ghughes.com>2017-02-27 01:54:03 -0800
committerRichard van der Hoff <richard@matrix.org>2017-02-27 17:24:17 +0000
commit86c6af943a6f72f52de87bddd9401e3dd5f0716a (patch)
tree598a6ba3c9814c9b15ade9b71703869a1b4af807 /xcode/OLMKit/OLMInboundGroupSession.h
parentb185229c2beb01b88b21be322cff750c1342e79a (diff)
OLMKit: Fixed type of messageIndex argument in exportSessionAtMessageIndex
Signed-off-by: Greg Hughes <greg@ghughes.com>
Diffstat (limited to 'xcode/OLMKit/OLMInboundGroupSession.h')
-rw-r--r--xcode/OLMKit/OLMInboundGroupSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMInboundGroupSession.h b/xcode/OLMKit/OLMInboundGroupSession.h
index e0cd961..c0d2c59 100644
--- a/xcode/OLMKit/OLMInboundGroupSession.h
+++ b/xcode/OLMKit/OLMInboundGroupSession.h
@@ -33,6 +33,6 @@
- (BOOL)isVerified;
-- (NSString*)exportSessionAtMessageIndex:(NSUInteger*)messageIndex error:(NSError**)error;
+- (NSString*)exportSessionAtMessageIndex:(NSUInteger)messageIndex error:(NSError**)error;
@end