Fix for behavior dependent on bug in base library exception raising.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-07-01 06:43:25 +00:00
parent 1ccc34c720
commit ba2eea830f
3 changed files with 9 additions and 1 deletions

View file

@ -54,7 +54,7 @@ typedef enum {
{
GSRulerUnit *_unit;
NSScrollView *_scrollView;
NSView *_clientView;
NSView *_clientView; // Not retained
NSView *_accessoryView;
float _originOffset;
NSMutableArray *_markers;