Fix the build. Introduced in hrev47248.

This commit is contained in:
Jessica Hamilton
2014-05-24 13:25:51 +12:00
parent d30a0a6eae
commit bfb8caf10f
+1 -1
View File
@@ -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());
}