aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-12-11 21:15:21 +0000
committerMike Buland <eichlan@xagasoft.com>2007-12-11 21:15:21 +0000
commit5808ca2e7422b58ad12436658ede52d61503426e (patch)
tree7a90a861ccf7909780660bd56c605918b4a64f1e
parentee71b87313fa0af4d7deb98e4c76fcbedef1be4b (diff)
downloadlibbu++-5808ca2e7422b58ad12436658ede52d61503426e.tar.gz
libbu++-5808ca2e7422b58ad12436658ede52d61503426e.tar.bz2
libbu++-5808ca2e7422b58ad12436658ede52d61503426e.tar.xz
libbu++-5808ca2e7422b58ad12436658ede52d61503426e.zip
Interum commit, fixing the bu directory.
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 );