aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/source/helpers/String.cpp
diff options
context:
space:
mode:
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)