NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / canvas / root_group.cc
index 015f52bb54a38f9c9af8242da054d535f1c3d73a..141cee4f67ef5eb9066d7a5dc2c7f4f4eaf7c32e 100644 (file)
@@ -24,17 +24,17 @@ using namespace std;
 using namespace ArdourCanvas;
 
 Root::Root (Canvas* canvas)
-       : Layout (canvas)
+       : Container (canvas)
 {
 #ifdef CANVAS_DEBUG
        name = "ROOT";
-#endif 
+#endif
 }
 
 void
 Root::compute_bounding_box () const
 {
-       Layout::compute_bounding_box ();
+       Container::compute_bounding_box ();
 
        if (_bounding_box) {
                Rect r (_bounding_box.get());