aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/src/string.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c++-qt/src/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/src/string.h b/c++-qt/src/string.h
index 2acd946..9bf6ce3 100644
--- a/c++-qt/src/string.h
+++ b/c++-qt/src/string.h
@@ -18,6 +18,8 @@ namespace Gats
18 String( const QByteArray &s ); 18 String( const QByteArray &s );
19 virtual ~String(); 19 virtual ~String();
20 20
21 virtual Object *clone() const;
22
21 virtual Type getType() const { return typeString; } 23 virtual Type getType() const { return typeString; }
22 24
23 virtual void write( QIODevice &rOut ) const; 25 virtual void write( QIODevice &rOut ) const;