diff options
Diffstat (limited to 'include/BString.h')
-rw-r--r-- | include/BString.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/BString.h b/include/BString.h index 2809822..e9b0270 100644 --- a/include/BString.h +++ b/include/BString.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BString.h,v 1.12 2004-11-27 21:46:02 pixel Exp $ */ +/* $Id: BString.h,v 1.13 2006-01-31 17:02:38 pixel Exp $ */ #ifndef __STRING_H__ #define __STRING_H__ @@ -85,6 +85,7 @@ class String : public Base { operator ugly_string() const; String & toupper(); String & tolower(); + String & iconv(const String & from, const String & to); private: String(int hs, char *); |