mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-18 16:33:31 +00:00
Merge pull request #2825 from daboe01/CPTableHeaderView-return-type-fix
fixed: wrong return type of textField method in
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
return [_textField text];
|
||||
}
|
||||
|
||||
- (void)textField
|
||||
- (CPTextField)textField
|
||||
{
|
||||
return _textField;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user