From a0ed1d4c3827f44e6d34e25b37d38d41a73f04c8 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Mon, 19 Mar 2018 17:28:16 +0100 Subject: corrections for android Change-Id: I9054be8a06bf54fee9766b173b04d33f28c7efbe Signed-off-by: Angelo Mantellini --- libdash/source/helpers/String.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdash/source/helpers/String.cpp') diff --git a/libdash/source/helpers/String.cpp b/libdash/source/helpers/String.cpp index 53da5592..e8ee5432 100644 --- a/libdash/source/helpers/String.cpp +++ b/libdash/source/helpers/String.cpp @@ -10,7 +10,7 @@ *****************************************************************************/ #include "String.h" - + using namespace dash::helpers; void String::Split (const std::string &s, char delim, std::vector& vector) -- cgit 1.2.3-korg