aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/src/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/src/float.h')
-rw-r--r--c++-qt/src/float.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/src/float.h b/c++-qt/src/float.h
index 74225aa..93bfe18 100644
--- a/c++-qt/src/float.h
+++ b/c++-qt/src/float.h
@@ -13,6 +13,8 @@ namespace Gats
13 Float( double f ); 13 Float( double f );
14 virtual ~Float(); 14 virtual ~Float();
15 15
16 virtual Object *clone() const;
17
16 virtual Type getType() const { return typeFloat; } 18 virtual Type getType() const { return typeFloat; }
17 double getValue() const { return fVal; } 19 double getValue() const { return fVal; }
18 20