summaryrefslogtreecommitdiff
path: root/include/BString.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-05 19:14:04 +0000
committerpixel <pixel>2003-10-05 19:14:04 +0000
commit0a1ad13e6d89ceeb90b89a22b5577559c7c97366 (patch)
treecee700fb5eb2af7dd31539cb474c7d812f184504 /include/BString.h
parentd80ce60cfd34ee994e67f9b1a419f44fb113fd00 (diff)
Changes of the month
Diffstat (limited to 'include/BString.h')
-rw-r--r--include/BString.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/BString.h b/include/BString.h
index 4540e70..c4703f0 100644
--- a/include/BString.h
+++ b/include/BString.h
@@ -60,6 +60,7 @@ class String : public Base {
bool operator<(const String &) const;
bool operator>(const String &) const;
char operator[](size_t i) const;
+ char & operator[](size_t i);
operator ugly_string() const;
String & toupper();
String & tolower();