diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-01-20 18:16:38 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-01-20 18:16:38 +0000 |
commit | 7292af7c475c61920987ec498144a3fd1e90f1e8 (patch) | |
tree | 4bc09eea26fb13915395642311f0617f1c0bff4e /src/float.h | |
parent | 4a6e25854a3b70c8d7a526a22a78760b97118669 (diff) | |
download | libgats-7292af7c475c61920987ec498144a3fd1e90f1e8.tar.gz libgats-7292af7c475c61920987ec498144a3fd1e90f1e8.tar.bz2 libgats-7292af7c475c61920987ec498144a3fd1e90f1e8.tar.xz libgats-7292af7c475c61920987ec498144a3fd1e90f1e8.zip |
Updated with new Bu::String.
Diffstat (limited to 'src/float.h')
-rw-r--r-- | src/float.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/float.h b/src/float.h index f7a3ed3..ad02d28 100644 --- a/src/float.h +++ b/src/float.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include "gats/object.h" | 4 | #include "gats/object.h" |
5 | 5 | ||
6 | #include <bu/fstring.h> | 6 | #include <bu/string.h> |
7 | 7 | ||
8 | namespace Gats | 8 | namespace Gats |
9 | { | 9 | { |
@@ -22,7 +22,7 @@ namespace Gats | |||
22 | 22 | ||
23 | private: | 23 | private: |
24 | double fVal; | 24 | double fVal; |
25 | mutable Bu::FString sWriteCache; | 25 | mutable Bu::String sWriteCache; |
26 | }; | 26 | }; |
27 | } | 27 | } |
28 | 28 | ||