]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
removed unsecure wxTmpnam() function (patch by Francesco Montorsi)
[wxWidgets.git] / include / wx / dataview.h
index 085655fb1627368aee4889b36d6213ac4e29737c..2dd87b0c3c4a7638f04a22b7c8bd40f7328bbad5 100644 (file)
@@ -125,7 +125,7 @@ public:
     
 protected:
     // the user should not delete this class directly: he should use DecRef() instead!
-    virtual ~wxDataViewModel();
+    virtual ~wxDataViewModel() { }
 
     wxList  m_notifiers;
 };