]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/encconv.h
correct the signature of the overriden Reparent()
[wxWidgets.git] / include / wx / encconv.h
index 4639f486388a2e226d0823378c513cd1449b6041..6a54439eebf767a35339e2675b70a5273b288044 100644 (file)
@@ -54,7 +54,7 @@ class WXDLLIMPEXP_BASE wxEncodingConverter : public wxObject
     public:
 
             wxEncodingConverter();
-            ~wxEncodingConverter() { if (m_Table) delete[] m_Table; }
+            virtual ~wxEncodingConverter() { if (m_Table) delete[] m_Table; }
 
             // Initialize conversion. Both output or input encoding may
             // be wxFONTENCODING_UNICODE, but only if wxUSE_WCHAR_T is set to 1.