X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_plot.cc;h=3da7a50ff2c57dfe515e8a0c16c7c66d816d3dcd;hb=f0a2a52ddd1118236d4ce5640339c24bae88aa12;hp=079f69cdc005cc03478f7a370376ef5909bd7d63;hpb=ff19a446391f6a1d379689d52a0ac33a2af250df;p=dcpomatic.git diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index 079f69cdc..3da7a50ff 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -37,6 +37,7 @@ using std::map; using boost::bind; using boost::optional; using boost::shared_ptr; +using namespace dcpomatic; int const AudioPlot::_minimum = -70; int const AudioPlot::_cursor_size = 8;