Fix a mismatched synthesized property.
This commit is contained in:
parent
9128ef95b2
commit
810782bc77
|
@ -33,7 +33,7 @@
|
|||
@synthesize keyLabels = _keyLabels;
|
||||
@synthesize keyLabelFont = _keyLabelFont;
|
||||
@synthesize candidateFont = _candidateFont;
|
||||
@synthesize CJKCandidateFont = CJKCandidateFont;
|
||||
@synthesize CJKCandidateFont = _CJKCandidateFont;
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue