rice/Array.hpp in rice-1.6.3 vs rice/Array.hpp in rice-1.7.0

- old
+ new

@@ -18,10 +18,10 @@ * a.push(String("some string")); * a.push(42); * \endcode */ class Array - : public Builtin_Object<RArray, T_ARRAY> + : public Builtin_Object<T_ARRAY> { public: //! Construct a new array Array();