Blob Blame History Raw
--- trunk/lib/mystring.h	2008/03/18 07:15:22	2248
+++ trunk/lib/mystring.h	2008/05/13 20:14:51	2286
@@ -144,7 +144,7 @@
 	typedef const char value_type;
 
 	/// \brief Type of "size" integers
-	typedef unsigned int size_type;
+	typedef size_t size_type;
 
 	/// \brief Type of iterators
 	typedef const char* const_iterator;