src/string.cpp

changeset 251
c4b96bc41298
parent 247
1a2ca515f683
child 272
2074672a6554
--- 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.

mercurial