]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dbgrid.h
make wxTmemchr() return (and take) char* instead of void* in ANSI build too
[wxWidgets.git] / include / wx / dbgrid.h
index 901af313c3b08beadb8d38ffe82ad1af5469356e..b08f2c6bcb4babdbb6d2000bc13d995bc8b68042 100644 (file)
@@ -115,7 +115,7 @@ class WXDLLIMPEXP_DBGRID wxDbGridTableBase : public wxGridTableBase
 public:
     wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo,
               int count = wxUSE_QUERY, bool takeOwnership = true);
-    ~wxDbGridTableBase();
+    virtual ~wxDbGridTableBase();
 
     virtual int GetNumberRows()
     {