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