Fix a mismatched synthesized property.

This commit is contained in:
Lukhnos Liu 2012-03-29 00:32:20 -07:00
parent 52ba4836c7
commit 0eea48be24
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
{