From bfb8caf10f3b64545ae191837d1d7b94c8c59612 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Sat, 24 May 2014 13:25:51 +1200 Subject: [PATCH] Fix the build. Introduced in hrev47248. --- src/apps/webpositive/BookmarkBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/webpositive/BookmarkBar.cpp b/src/apps/webpositive/BookmarkBar.cpp index 3cd1772ba8..171865ab3a 100644 --- a/src/apps/webpositive/BookmarkBar.cpp +++ b/src/apps/webpositive/BookmarkBar.cpp @@ -214,5 +214,5 @@ BookmarkBar::_AddItem(ino_t inode, BEntry* entry) // Move the item to the "more" menu if it overflows. BRect r = Bounds(); - FrameResized(r.width(), r.height()); + FrameResized(r.Width(), r.Height()); }