summaryrefslogtreecommitdiffstats
path: root/test/test-platform/TestPlatform.cpp
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-02-17 16:38:29 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-17 16:43:03 +0100
commit4ff62d67aaf128546af2b4a4ec728a1c731998d0 (patch)
tree7f4e72bc0f39cddb180ee7acc65a7e652036e1c1 /test/test-platform/TestPlatform.cpp
parent34e90ae1c744e1de6547e014326ef54f516439c8 (diff)
downloadexternal_parameter-framework-4ff62d67aaf128546af2b4a4ec728a1c731998d0.zip
external_parameter-framework-4ff62d67aaf128546af2b4a4ec728a1c731998d0.tar.gz
external_parameter-framework-4ff62d67aaf128546af2b4a4ec728a1c731998d0.tar.bz2
Import convert util templates
Import an external dependency: a template-based conversion toolkit. Signed-off-by: David Wagner <david.wagner@intel.com>
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;
}