aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
l---------bu1
-rw-r--r--src/fstring.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/bu b/bu
deleted file mode 120000
index 02b8847..0000000
--- a/bu
+++ /dev/null
@@ -1 +0,0 @@
1src/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 );