diff options
Diffstat (limited to 'include/BString.h')
-rw-r--r-- | include/BString.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/BString.h b/include/BString.h index e9b0270..2caebb3 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.13 2006-01-31 17:02:38 pixel Exp $ */ +/* $Id: BString.h,v 1.14 2006-02-09 17:03:07 pixel Exp $ */ #ifndef __STRING_H__ #define __STRING_H__ @@ -49,7 +49,7 @@ class String : public Base { const char * set(const ugly_string &, ...); int scanf(const char *, ...) const; int scanf(const ugly_string &, ...) const; - const char * to_charp(size_t = 0, ssize_t = -1) const; + const char * to_charp(size_t = 0, ssize_t = -1) const throw (GeneralException); String extract(size_t = 0, ssize_t = -1) const; char * strdup(size_t = 0, ssize_t = -1) const; int to_int() const; |