]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/imaglist.h
Implement dc mirroring for RTL.
[wxWidgets.git] / include / wx / mac / carbon / imaglist.h
index 2877432b26091d4c52b13d057c5e04815f4d93bf..acc2c42ec1208d25338243ca1c468413d9d47114 100644 (file)
@@ -55,7 +55,7 @@ class WXDLLEXPORT wxImageList: public wxObject
 public:
     wxImageList() { m_width = m_height = 0; }
     wxImageList( int width, int height, bool mask = true, int initialCount = 1 );
-    ~wxImageList();
+    virtual ~wxImageList();
     bool Create( int width, int height, bool mask = true, int initialCount = 1 );
     bool Create();