sources/mystring.cpp

branch
protocol5
changeset 79
62cfb7b97fc0
parent 73
07dda51a7a8e
child 84
3bd32eec3d57
--- a/sources/mystring.cpp	Fri May 15 22:46:53 2015 +0300
+++ b/sources/mystring.cpp	Sun May 17 17:22:20 2015 +0300
@@ -303,7 +303,7 @@
 
 // -------------------------------------------------------------------------------------------------
 //
-bool String::starts_with (const String& other)
+bool String::starts_with (const String& other) const
 {
 	if (length() < other.length())
 		return false;

mercurial