rice/Hash.hpp in rice-1.6.3 vs rice/Hash.hpp in rice-1.7.0
- old
+ new
@@ -20,10 +20,10 @@
//! h[42] = String("foo");
//! h[10] = String("bar");
//! std::cout << String(h[42]) << std::endl;
//! \endcode
class Hash
- : public Builtin_Object<RHash, T_HASH>
+ : public Builtin_Object<T_HASH>
{
public:
//! Construct a new hash.
Hash();