Aligned the second MoveIntoFrame() parameter name with the implementation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39518 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-11-19 17:49:09 +00:00
parent d01a7e01ed
commit 00e694dce3

View File

@ -35,7 +35,7 @@ public:
static BRect AlignInFrame(BRect frame, BSize maxSize, static BRect AlignInFrame(BRect frame, BSize maxSize,
BAlignment alignment); BAlignment alignment);
static void AlignInFrame(BView* view, BRect frame); static void AlignInFrame(BView* view, BRect frame);
static BRect MoveIntoFrame(BRect rect, BSize maxSize); static BRect MoveIntoFrame(BRect rect, BSize frameSize);
}; };
#endif // _LAYOUT_UTILS_H #endif // _LAYOUT_UTILS_H