From 00e694dce3e9cd2380bc2dbebf1d7d1ec2832a96 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 19 Nov 2010 17:49:09 +0000 Subject: [PATCH] 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 --- headers/os/interface/LayoutUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/LayoutUtils.h b/headers/os/interface/LayoutUtils.h index e20303c8a4..cac5c2e46b 100644 --- a/headers/os/interface/LayoutUtils.h +++ b/headers/os/interface/LayoutUtils.h @@ -35,7 +35,7 @@ public: static BRect AlignInFrame(BRect frame, BSize maxSize, BAlignment alignment); 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