Skip to content
Snippets Groups Projects
Commit 212df135 authored by George Nachman's avatar George Nachman
Browse files

Move _truncatedValue ivar into interface

parent 59862acd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -30,6 +30,7 @@
NSString* prefix_;
double score_;
double hitMultiplier_;
NSString *_truncatedValue;
}
 
@property(nonatomic, readonly) NSString *truncatedValue;
Loading
Loading
Loading
Loading
@@ -44,9 +44,7 @@ DebugLog([NSString stringWithFormat:args]); \
} while (0)
#endif
 
@implementation PopupEntry {
NSString *_truncatedValue;
}
@implementation PopupEntry
 
- (void)setTruncatedValue:(NSString *)truncatedValue {
[_truncatedValue autorelease];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment