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

- old
+ new

@@ -19,10 +19,10 @@ * String s(String::format("%s: %d", "foo", 42)); * std::cout << s.length() << std::endl; * \endcode */ class String - : public Builtin_Object<RString, T_STRING> + : public Builtin_Object<T_STRING> { public: //! Construct a new string. String();