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/MKReadWriteLock.h')
-rw-r--r--src/MumbleKit/MKReadWriteLock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/MumbleKit/MKReadWriteLock.h b/src/MumbleKit/MKReadWriteLock.h
index d316d65..ed1c2ab 100644
--- a/src/MumbleKit/MKReadWriteLock.h
+++ b/src/MumbleKit/MKReadWriteLock.h
@@ -30,9 +30,7 @@
#include <pthread.h>
-@interface MKReadWriteLock : NSObject {
- pthread_rwlock_t rwlock;
-}
+@interface MKReadWriteLock : NSObject
- (id) init;
- (void) dealloc;