summaryrefslogtreecommitdiff
path: root/test/resampler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/resampler_test.cc')
-rw-r--r--test/resampler_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resampler_test.cc b/test/resampler_test.cc
index fb4b98861..6f102dd4c 100644
--- a/test/resampler_test.cc
+++ b/test/resampler_test.cc
@@ -35,7 +35,7 @@ using boost::shared_ptr;
static void
resampler_test_one (int from, int to)
{
- Resampler resamp (from, to, 1, false);
+ Resampler resamp (from, to, 1);
/* 3 hours */
int64_t const N = int64_t (from) * 60 * 60 * 3;