aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMUtility.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/OLMKit/OLMUtility.h')
-rw-r--r--xcode/OLMKit/OLMUtility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMUtility.h b/xcode/OLMKit/OLMUtility.h
index 0de9725..8acbf40 100644
--- a/xcode/OLMKit/OLMUtility.h
+++ b/xcode/OLMKit/OLMUtility.h
@@ -10,6 +10,6 @@
@interface OLMUtility : NSObject
-+ (NSData*) randomBytesOfLength:(NSUInteger)length;
++ (NSMutableData*) randomBytesOfLength:(NSUInteger)length;
@end