declare missing method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39128 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2015-11-02 22:47:38 +00:00
parent 75af5d310e
commit e28350370e
3 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,10 @@
* Modules/Editors/ProjectCenter/PCEditorView.m
Cleanups and NSInteger conversion.
* Modules/Editors/ProjectCenter/LineJumper.h
* Modules/Editors/ProjectCenter/LineJumper.m
declare missing method
2015-06-16 Riccardo Mottola <rm@gnu.org>
* Framework/GNUmakefile

View file

@ -15,6 +15,7 @@
- (NSTextView<CodeEditorView> *)editorViewToUse;
/* panel UI methods */
- (void)orderFrontLinePanel:(id)sender;
- (IBAction)goToLine:(id)sender;
@end

View file

@ -43,7 +43,8 @@ static id sharedLineJumper = nil;
return nil;
}
- (NSPanel *)linePanel {
- (NSPanel *)linePanel
{
if (!lineField)
[self loadUI];
return (NSPanel *)[lineField window];