diff options
l--------- | bu | 1 | ||||
-rw-r--r-- | src/fstring.h | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1 +0,0 @@ | |||
1 | src/bu/ \ No newline at end of file | ||
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 ); |