diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-12-11 21:15:21 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-12-11 21:15:21 +0000 |
commit | 5808ca2e7422b58ad12436658ede52d61503426e (patch) | |
tree | 7a90a861ccf7909780660bd56c605918b4a64f1e /src/fstring.h | |
parent | ee71b87313fa0af4d7deb98e4c76fcbedef1be4b (diff) | |
download | libbu++-5808ca2e7422b58ad12436658ede52d61503426e.tar.gz libbu++-5808ca2e7422b58ad12436658ede52d61503426e.tar.bz2 libbu++-5808ca2e7422b58ad12436658ede52d61503426e.tar.xz libbu++-5808ca2e7422b58ad12436658ede52d61503426e.zip |
Interum commit, fixing the bu directory.
Diffstat (limited to 'src/fstring.h')
-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 ); |