diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 06:16:33 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 06:16:33 +0000 |
| commit | fba73219e3c7bf65b459a3303f579fd83c8fd0af (patch) | |
| tree | 7de25030a1ef0e5899da243c2fb5c0e4900c0a49 /src/string.h | |
| parent | b01618b1be4831d30dbf8706a48e71c62d617b99 (diff) | |
| download | libgats-fba73219e3c7bf65b459a3303f579fd83c8fd0af.tar.gz libgats-fba73219e3c7bf65b459a3303f579fd83c8fd0af.tar.bz2 libgats-fba73219e3c7bf65b459a3303f579fd83c8fd0af.tar.xz libgats-fba73219e3c7bf65b459a3303f579fd83c8fd0af.zip | |
Everything supports clone now.
Diffstat (limited to 'src/string.h')
| -rw-r--r-- | src/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.h b/src/string.h index f708e22..de8eedd 100644 --- a/src/string.h +++ b/src/string.h | |||
| @@ -17,6 +17,7 @@ namespace Gats | |||
| 17 | String( const Bu::String &s ); | 17 | String( const Bu::String &s ); |
| 18 | virtual ~String(); | 18 | virtual ~String(); |
| 19 | 19 | ||
| 20 | virtual Object *clone() const; | ||
| 20 | virtual Type getType() const { return typeString; } | 21 | virtual Type getType() const { return typeString; } |
| 21 | 22 | ||
| 22 | virtual void write( Bu::Stream &rOut ) const; | 23 | virtual void write( Bu::Stream &rOut ) const; |
