Fix a mismatched synthesized property.

This commit is contained in:
Lukhnos D. Liu 2012-03-29 00:32:20 -07:00
parent 9128ef95b2
commit 810782bc77
1 changed files with 1 additions and 1 deletions

View File

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