aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/source/helpers/String.cpp
diff options
context:
space:
mode:
authorAngelo Mantellini <angelo.mantellini@irt-systemx.fr>2018-03-19 17:28:16 +0100
committerAngelo Mantellini <angelo.mantellini@irt-systemx.fr>2018-03-19 17:43:38 +0100
commita0ed1d4c3827f44e6d34e25b37d38d41a73f04c8 (patch)
tree2b0db730631747dfef905e6b71d2785d42c65faf /libdash/source/helpers/String.cpp
parentb10235eea331f607bfa1bdb8dc44c9dadd32eb36 (diff)
corrections for android
Change-Id: I9054be8a06bf54fee9766b173b04d33f28c7efbe Signed-off-by: Angelo Mantellini <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'libdash/source/helpers/String.cpp')
-rw-r--r--libdash/source/helpers/String.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string>& vector)