aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c++-qt/src/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/src/list.h b/c++-qt/src/list.h
index f712fa5..6e5ac56 100644
--- a/c++-qt/src/list.h
+++ b/c++-qt/src/list.h
@@ -15,6 +15,8 @@ namespace Gats
15 List(); 15 List();
16 virtual ~List(); 16 virtual ~List();
17 17
18 virtual Object *clone() const;
19
18 virtual Type getType() const { return typeList; } 20 virtual Type getType() const { return typeList; }
19 21
20 virtual void write( QIODevice &rOut ) const; 22 virtual void write( QIODevice &rOut ) const;