yapf/hashtable.hpp
changeset 5081 fe3a6da19d9f
parent 4549 106ed18a7675
child 5082 d7719dfaa7e1
--- a/yapf/hashtable.hpp	Tue Nov 14 01:08:20 2006 +0000
+++ b/yapf/hashtable.hpp	Tue Nov 14 11:01:59 2006 +0000
@@ -120,8 +120,8 @@
 public:
 	typedef Titem_ Titem;                       // make Titem_ visible from outside of class
 	typedef typename Titem_::Key Tkey;          // make Titem_::Key a property of HashTable
-	ST_CONST(int, Thash_bits = Thash_bits_);    // publish num of hash bits
-	ST_CONST(int, Tcapacity = 1 << Thash_bits); // and num of slots 2^bits
+	ST_CONST(int, Thash_bits = Thash_bits_)    // publish num of hash bits
+	ST_CONST(int, Tcapacity = 1 << Thash_bits) // and num of slots 2^bits
 
 protected:
 	/** each slot contains pointer to the first item in the list,