diff --git a/include/osgText/String b/include/osgText/String index 23b9ff2fc..52f2bfa76 100644 --- a/include/osgText/String +++ b/include/osgText/String @@ -70,8 +70,6 @@ class OSGTEXT_EXPORT String : public VectorUInt String(const wchar_t* text) { set(text); } String(const std::string& text,Encoding encoding) { set(text,encoding); } - virtual ~String() {} - String& operator = (const String& str); void set(const std::string& str);