aboutsummaryrefslogtreecommitdiff
path: root/src/float.h
diff options
context:
space:
mode:
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