summaryrefslogtreecommitdiff
path: root/src/lib/resampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/resampler.h')
-rw-r--r--src/lib/resampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h
index 359598b12..9d620b962 100644
--- a/src/lib/resampler.h
+++ b/src/lib/resampler.h
@@ -32,7 +32,7 @@ public:
~Resampler ();
std::pair<boost::shared_ptr<const AudioBuffers>, Frame> run (boost::shared_ptr<const AudioBuffers>, Frame);
- boost::shared_ptr<const AudioBuffers> flush ();
+ std::pair<boost::shared_ptr<const AudioBuffers>, Frame> flush ();
void set_fast ();
private: