Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/MKConnectionController.m')
-rw-r--r--src/MKConnectionController.m6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/MKConnectionController.m b/src/MKConnectionController.m
index ce3bc3a..8246c05 100644
--- a/src/MKConnectionController.m
+++ b/src/MKConnectionController.m
@@ -33,9 +33,13 @@
static MKConnectionController *_controllerSingleton = nil;
-@interface MKConnectionController (Private)
+@interface MKConnectionController () {
+ NSMutableArray *_openConnections;
+}
+
- (id) init;
- (void) dealloc;
+
@end
@implementation MKConnectionController