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/float.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/float.h')
| -rw-r--r-- | src/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/float.h b/src/float.h index ad02d28..ba38d6c 100644 --- a/src/float.h +++ b/src/float.h | |||
| @@ -14,6 +14,8 @@ namespace Gats | |||
| 14 | Float( double f ); | 14 | Float( double f ); |
| 15 | virtual ~Float(); | 15 | virtual ~Float(); |
| 16 | 16 | ||
| 17 | virtual Object *clone() const; | ||
| 18 | |||
| 17 | virtual Type getType() const { return typeFloat; } | 19 | virtual Type getType() const { return typeFloat; } |
| 18 | double getValue() const { return fVal; } | 20 | double getValue() const { return fVal; } |
| 19 | 21 | ||
