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:
Gregory John Casamento 2002-05-04 14:50:53 +00:00
parent 186be08164
commit 7be12b0fa7

View file

@ -61,6 +61,10 @@
}
- (void) makeSelectionVisible: (BOOL)flag
{
}
@end