summaryrefslogtreecommitdiff
path: root/libs/audiographer/tests/general/normalizer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/tests/general/normalizer_test.cc')
-rw-r--r--libs/audiographer/tests/general/normalizer_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/tests/general/normalizer_test.cc b/libs/audiographer/tests/general/normalizer_test.cc
index b08fd73a0e..be23680202 100644
--- a/libs/audiographer/tests/general/normalizer_test.cc
+++ b/libs/audiographer/tests/general/normalizer_test.cc
@@ -54,7 +54,7 @@ class NormalizerTest : public CppUnit::TestFixture
boost::shared_ptr<VectorSink<float> > sink;
float * random_data;
- nframes_t frames;
+ framecnt_t frames;
};
CPPUNIT_TEST_SUITE_REGISTRATION (NormalizerTest);