File diff r15612:c4c9adbab3f3 → r15613:193c12018337
src/misc/hashtable.hpp
Show inline comments
 
@@ -139,7 +139,8 @@ public:
 
protected:
 
	/**
 
	 * each slot contains pointer to the first item in the list,
 
	 *  Titem contains pointer to the next item - GetHashNext(), SetHashNext() */
 
	 *  Titem contains pointer to the next item - GetHashNext(), SetHashNext()
 
	 */
 
	typedef CHashTableSlotT<Titem_> Slot;
 

	
 
	Slot *m_slots;     // here we store our data (array of blobs)