From fba73219e3c7bf65b459a3303f579fd83c8fd0af Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 6 Apr 2012 06:16:33 +0000 Subject: Everything supports clone now. --- src/boolean.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boolean.h') diff --git a/src/boolean.h b/src/boolean.h index 270e578..6b256c5 100644 --- a/src/boolean.h +++ b/src/boolean.h @@ -15,6 +15,7 @@ namespace Gats virtual Type getType() const { return typeBoolean; } bool getValue() const { return bVal; } void setValue( bool b ) { bVal = b; } + virtual Object *clone() const; virtual void write( Bu::Stream &rOut ) const; virtual void read( Bu::Stream &rIn, char cType ); -- cgit v1.2.3