From 42f0a4a120ee9b88c3f24a109f22cc99baf63e28 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 17 Aug 2010 20:09:25 +0000 Subject: [PATCH] Fixed build after Layout api change (hopefully the fix is correct) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38210 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp b/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp index 8b164e455d..49a798b078 100644 --- a/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp +++ b/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp @@ -1765,7 +1765,7 @@ MainWindow::SchedulingPage::SchedulingPage(MainWindow* parent) &fSelectionModel), fSchedulingView = new SchedulingView(fFontInfo, &fFilterModel, &fSelectionModel), - fFontInfo, &fFilterModel)) + fFontInfo, &fFilterModel)).View(); ; AddChild(fScrollView = new BScrollView("scroll", scrollChild, 0, true,