summaryrefslogtreecommitdiffstats
path: root/test/test-platform/TestPlatform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-platform/TestPlatform.cpp')
-rw-r--r--test/test-platform/TestPlatform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-platform/TestPlatform.cpp b/test/test-platform/TestPlatform.cpp
index 16fbb8d..6bf6350 100644
--- a/test/test-platform/TestPlatform.cpp
+++ b/test/test-platform/TestPlatform.cpp
@@ -218,7 +218,7 @@ CTestPlatform::CommandReturn CTestPlatform::setter(
bool bFail;
- if(!audio_comms::utilities::convertTo(strAbort, bFail)) {
+ if(!convertTo(strAbort, bFail)) {
return CTestPlatform::CCommandHandler::EShowUsage;
}