--- a/src/string.cpp Fri May 24 04:34:20 2013 +0300
+++ b/src/string.cpp Fri May 24 15:23:56 2013 +0300
@@ -107,7 +107,7 @@
}
vector<String> String::split (String del) const {
- std::vector<String> res;
+ vector<String> res;
size_t a = 0;
// Find all separators and store the text left to them.