*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-10-12 23:05:36 +00:00
parent 857532eb73
commit 0a60f23d17
2 changed files with 23 additions and 1 deletions

View file

@ -38,7 +38,7 @@
@interface GSSimpleLayoutManager: NSLayoutManager
{
// contains private _GNULineLayoutInfo objects
NSMutableArray *lineLayoutInformation;
NSMutableArray *_lineLayoutInformation;
NSRect _rects[4];
}