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
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user