aboutsummaryrefslogtreecommitdiff
path: root/src/float.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-01-20 18:16:38 +0000
committerMike Buland <eichlan@xagasoft.com>2011-01-20 18:16:38 +0000
commit7292af7c475c61920987ec498144a3fd1e90f1e8 (patch)
tree4bc09eea26fb13915395642311f0617f1c0bff4e /src/float.h
parent4a6e25854a3b70c8d7a526a22a78760b97118669 (diff)
downloadlibgats-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.h4
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
8namespace Gats 8namespace 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