diff options
author | pixel <pixel> | 2003-10-05 19:14:04 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-10-05 19:14:04 +0000 |
commit | 0a1ad13e6d89ceeb90b89a22b5577559c7c97366 (patch) | |
tree | cee700fb5eb2af7dd31539cb474c7d812f184504 /include/BString.h | |
parent | d80ce60cfd34ee994e67f9b1a419f44fb113fd00 (diff) |
Changes of the month
Diffstat (limited to 'include/BString.h')
-rw-r--r-- | include/BString.h | 1 |
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(); |