]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dbtable.cpp
fallback to string changes for number and float editors
[wxWidgets.git] / src / common / dbtable.cpp
index 219aeec4fd9773af4b6e02b76741c8aff9866907..1cef8491313b97a451a194af2e3eb2c591939b32 100644 (file)
@@ -255,6 +255,7 @@ wxTable::~wxTable()
 #ifdef __WXDEBUG__
     if (tableID)
     {
+        TablesInUse.DeleteContents(TRUE);
         bool found = FALSE;
 
         wxNode *pNode;