diff options
Diffstat (limited to 'src/bitstring.h')
-rw-r--r-- | src/bitstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitstring.h b/src/bitstring.h index 4d0437a..a8aec57 100644 --- a/src/bitstring.h +++ b/src/bitstring.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #define BU_BITSTRING_H | 9 | #define BU_BITSTRING_H |
10 | 10 | ||
11 | #include "bu/util.h" | 11 | #include "bu/util.h" |
12 | #include "bu/fstring.h" | 12 | #include "bu/string.h" |
13 | 13 | ||
14 | namespace Bu | 14 | namespace Bu |
15 | { | 15 | { |
@@ -203,7 +203,7 @@ namespace Bu | |||
203 | */ | 203 | */ |
204 | long toLong( long iStart = 0, long iSize = 32 ); | 204 | long toLong( long iStart = 0, long iSize = 32 ); |
205 | 205 | ||
206 | Bu::FString toString(); | 206 | Bu::String toString(); |
207 | 207 | ||
208 | //operators | 208 | //operators |
209 | BitString &operator=( const BitString &xSrc ); | 209 | BitString &operator=( const BitString &xSrc ); |