mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Added blank implementation of makeSelectionVisible to prevent an exception from being thrown.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
186be08164
commit
7be12b0fa7
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@
|
|||
|
||||
}
|
||||
|
||||
- (void) makeSelectionVisible: (BOOL)flag
|
||||
{
|
||||
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue