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/MumbleKit/MKConnectionController.h')
-rw-r--r--src/MumbleKit/MKConnectionController.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/MumbleKit/MKConnectionController.h b/src/MumbleKit/MKConnectionController.h
index 3742ed4..694f6d0 100644
--- a/src/MumbleKit/MKConnectionController.h
+++ b/src/MumbleKit/MKConnectionController.h
@@ -30,9 +30,7 @@
#import <MumbleKit/MKConnection.h>
-@interface MKConnectionController : NSObject {
- NSMutableArray *_openConnections;
-}
+@interface MKConnectionController : NSObject
+ (MKConnectionController *) sharedController;