Fix a mismatched synthesized property.

This commit is contained in:
Lukhnos Liu 2012-03-29 00:32:20 -07:00
parent 1f4293e224
commit f942cb02aa
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
@synthesize keyLabels = _keyLabels; @synthesize keyLabels = _keyLabels;
@synthesize keyLabelFont = _keyLabelFont; @synthesize keyLabelFont = _keyLabelFont;
@synthesize candidateFont = _candidateFont; @synthesize candidateFont = _candidateFont;
@synthesize CJKCandidateFont = CJKCandidateFont; @synthesize CJKCandidateFont = _CJKCandidateFont;
- (void)dealloc - (void)dealloc
{ {