consolidate NSGLView
[ardour.git] / libs / canvas / meter.cc
index a87bfe7d04d25b83bf7dc26d292fff1d8a5fef6f..833ab8c4041d3beb745a4fedc20fc75d1950534d 100644 (file)
@@ -172,7 +172,7 @@ void
 Meter::compute_bounding_box () const
 {
        if (!_canvas) {
-               _bounding_box = boost::optional<Rect> ();
+               _bounding_box = Rect ();
                _bounding_box_dirty = false;
                return;
        }