aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c++-qt/src/object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/src/object.h b/c++-qt/src/object.h
index 0c08d41..10501e4 100644
--- a/c++-qt/src/object.h
+++ b/c++-qt/src/object.h
@@ -28,6 +28,8 @@ namespace Gats
28 Object(); 28 Object();
29 virtual ~Object(); 29 virtual ~Object();
30 30
31 virtual Object *clone() const=0;
32
31 virtual Type getType() const =0; 33 virtual Type getType() const =0;
32 34
33 virtual void write( QIODevice &rOut ) const=0; 35 virtual void write( QIODevice &rOut ) const=0;