summaryrefslogtreecommitdiff
path: root/tools/workben/hashtbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/workben/hashtbl.cxx')
-rw-r--r--tools/workben/hashtbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/workben/hashtbl.cxx b/tools/workben/hashtbl.cxx
index 6a4b606b8459..888821719e19 100644
--- a/tools/workben/hashtbl.cxx
+++ b/tools/workben/hashtbl.cxx
@@ -140,7 +140,7 @@ void* HashTable::GetObjectAt(ULONG lPos) const
void HashTable::OnDeleteObject(void*)
{
- DBG_ERROR("HashTable::OnDeleteObject(void*) nicht überladen")
+ DBG_ERROR("HashTable::OnDeleteObject(void*) nicht überladen");
}
ULONG HashTable::Hash(String const& Key) const