diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-04 22:37:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-04 22:37:31 +0200 |
| commit | cf2ed48d21ddbc32bda262064480e88e69dc031a (patch) | |
| tree | 039a981cebf24e1e7ca34478d35cd3c70b280bab /src/wx/audio_dialog.cc | |
| parent | 4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e (diff) | |
Cleanup: move some methods from util to maths_util.
Diffstat (limited to 'src/wx/audio_dialog.cc')
| -rw-r--r-- | src/wx/audio_dialog.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.cc b/src/wx/audio_dialog.cc index 9e0d7a30f..c64f64e31 100644 --- a/src/wx/audio_dialog.cc +++ b/src/wx/audio_dialog.cc @@ -18,6 +18,7 @@ */ + #include "audio_dialog.h" #include "audio_plot.h" #include "check_box.h" @@ -28,10 +29,12 @@ #include "lib/audio_content.h" #include "lib/film.h" #include "lib/job_manager.h" +#include "lib/maths_util.h" #include <libxml++/libxml++.h> #include <boost/filesystem.hpp> #include <iostream> + using std::cout; using std::list; using std::make_shared; @@ -48,6 +51,7 @@ using namespace dcpomatic; using namespace boost::placeholders; #endif + /** @param parent Parent window. * @param film Film we are using. * @param content Content to analyse, or 0 to analyse all of the film's audio. |
