[haiku-commits] r38210 - haiku/trunk/src/apps/debuganalyzer/gui/main_window

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 17 Aug 2010 22:09:26 +0200 (CEST)

Author: jackburton
Date: 2010-08-17 22:09:25 +0200 (Tue, 17 Aug 2010)
New Revision: 38210
Changeset: http://dev.haiku-os.org/changeset/38210

Modified:
   haiku/trunk/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
Log:
Fixed build after Layout api change (hopefully the fix is correct)


Modified: haiku/trunk/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
===================================================================
--- haiku/trunk/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp       
2010-08-17 19:07:16 UTC (rev 38209)
+++ haiku/trunk/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp       
2010-08-17 20:09:25 UTC (rev 38210)
@@ -1765,7 +1765,7 @@
                                &fSelectionModel),
                        fSchedulingView = new SchedulingView(fFontInfo, 
&fFilterModel,
                                &fSelectionModel),
-                       fFontInfo, &fFilterModel))
+                       fFontInfo, &fFilterModel)).View();
        ;
 
        AddChild(fScrollView = new BScrollView("scroll", scrollChild, 0, true,


Other related posts: