aboutsummaryrefslogtreecommitdiff
path: root/src/boolean.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boolean.h')
-rw-r--r--src/boolean.h1
1 files changed, 1 insertions, 0 deletions
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
15 virtual Type getType() const { return typeBoolean; } 15 virtual Type getType() const { return typeBoolean; }
16 bool getValue() const { return bVal; } 16 bool getValue() const { return bVal; }
17 void setValue( bool b ) { bVal = b; } 17 void setValue( bool b ) { bVal = b; }
18 virtual Object *clone() const;
18 19
19 virtual void write( Bu::Stream &rOut ) const; 20 virtual void write( Bu::Stream &rOut ) const;
20 virtual void read( Bu::Stream &rIn, char cType ); 21 virtual void read( Bu::Stream &rIn, char cType );