diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-23 08:07:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-23 08:07:38 +0100 |
| commit | e8819ad7580f25eea7ca3c59cf0a3979d76a6b44 (patch) | |
| tree | 1ecec7476192945084a822916c1d565f35054ade /src/lib/analyse_audio_job.h | |
| parent | 929b4c37eaf9593892f61df80309a8c8ad6c05a0 (diff) | |
Some more tidying up.
Diffstat (limited to 'src/lib/analyse_audio_job.h')
| -rw-r--r-- | src/lib/analyse_audio_job.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/analyse_audio_job.h b/src/lib/analyse_audio_job.h index 5435e0a7c..45bf109cc 100644 --- a/src/lib/analyse_audio_job.h +++ b/src/lib/analyse_audio_job.h @@ -19,6 +19,7 @@ #include "job.h" #include "audio_analysis.h" +#include "types.h" class AudioBuffers; @@ -33,7 +34,7 @@ public: private: void audio (boost::shared_ptr<const AudioBuffers>); - int64_t _done; + Time _next; int64_t _samples_per_point; std::vector<AudioPoint> _current; |
