diff options
Diffstat (limited to '')
-rw-r--r-- | src/fstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fstring.h b/src/fstring.h index 155d6af..c7bbc5e 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -1006,7 +1006,7 @@ namespace Bu | |||
1006 | mutable chralloc aChr; | 1006 | mutable chralloc aChr; |
1007 | mutable chunkalloc aChunk; | 1007 | mutable chunkalloc aChunk; |
1008 | }; | 1008 | }; |
1009 | 1009 | ||
1010 | typedef FBasicString<char> FString; | 1010 | typedef FBasicString<char> FString; |
1011 | 1011 | ||
1012 | template<> uint32_t __calcHashCode<FString>( const FString &k ); | 1012 | template<> uint32_t __calcHashCode<FString>( const FString &k ); |