Use XMLNode::get/set_property API in ARDOUR::MidiTrack class
[ardour.git] / libs / canvas / poly_item.cc
index 855140856eb0f3ccdb60cbcd0d2f93870d67d22c..fc60778960e56890a2c52011ceb5dfdf7bfeb295 100644 (file)
@@ -63,7 +63,7 @@ PolyItem::compute_bounding_box () const
 
 
        } else {
-               _bounding_box = boost::optional<Rect> ();
+               _bounding_box = Rect ();
        }
 
        _bounding_box_dirty = false;