Update to ARC (probably introducing some leaks, probably fixing others).
[enjoyable.git] / KeyInputTextView.h
index 69d8f10..e327c78 100644 (file)
@@ -20,7 +20,7 @@
 
 @property(readonly) BOOL hasKey;
 @property(readwrite) int vk;
-@property(readonly) NSString* descr;
+@property(copy) NSString* descr;
 @property(readwrite) BOOL enabled;
 
 -(void) clear;