summaryrefslogtreecommitdiff
path: root/libs/audiographer/tests/general/threader_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/tests/general/threader_test.cc')
-rw-r--r--libs/audiographer/tests/general/threader_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/tests/general/threader_test.cc b/libs/audiographer/tests/general/threader_test.cc
index c599d87953..1e87c8d34d 100644
--- a/libs/audiographer/tests/general/threader_test.cc
+++ b/libs/audiographer/tests/general/threader_test.cc
@@ -149,7 +149,7 @@ class ThreaderTest : public CppUnit::TestFixture
float * random_data;
float * zero_data;
- nframes_t frames;
+ framecnt_t frames;
};
CPPUNIT_TEST_SUITE_REGISTRATION (ThreaderTest);