fix windows debug builds:

undefined reference to `std::basic_ostream >& boost::operator<< , ArdourCanvas::Rect>(std::basic_ostream >&, boost::optional const&)'
This commit is contained in:
Robin Gareus 2015-06-25 14:33:45 +02:00
parent fe672c827c
commit 5aa834e1d8

View File

@ -152,7 +152,7 @@ WaveView::debug_name() const
void
WaveView::image_ready ()
{
DEBUG_TRACE (DEBUG::WaveView, string_compose ("queue draw for %1 at %2 (vis = %3 bbox = %4 CR %5)\n", this, g_get_monotonic_time(), visible(), _bounding_box, current_request));
DEBUG_TRACE (DEBUG::WaveView, string_compose ("queue draw for %1 at %2 (vis = %3 CR %4)\n", this, g_get_monotonic_time(), visible(), current_request));
redraw ();
}