aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/gats-qt/float.h')
-rw-r--r--c++-qt/gats-qt/float.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/float.h b/c++-qt/gats-qt/float.h
index 9791b38..5a1ff4b 100644
--- a/c++-qt/gats-qt/float.h
+++ b/c++-qt/gats-qt/float.h
@@ -24,6 +24,7 @@ namespace Gats
24 24
25 virtual Type getType() const { return typeFloat; } 25 virtual Type getType() const { return typeFloat; }
26 double getValue() const { return fVal; } 26 double getValue() const { return fVal; }
27 double value() const { return fVal; }
27 28
28 virtual void write( QIODevice &rOut ) const; 29 virtual void write( QIODevice &rOut ) const;
29 virtual void read( QIODevice &rIn, char cType ); 30 virtual void read( QIODevice &rIn, char cType );