]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/db.cpp
font inheritance fixes (patch 983251)
[wxWidgets.git] / src / common / db.cpp
index e47fe2609ae67e14fcac361fa7c6906e7203cc92..8403a4ca4232b533fb2f2e4af1f575cf2499e25e 100644 (file)
@@ -18,7 +18,7 @@
 // Created:     9.96
 // RCS-ID:      $Id$
 // Copyright:   (c) 1996 Remstar International, Inc.
-// Licence:     wxWidgets licence, plus:
+// Licence:     wxWindows licence, plus:
 // Notice:      This class library and its intellectual design are free of charge for use,
 //              modification, enhancement, debugging under the following conditions:
 //              1) These classes may only be used as part of the implementation of a
@@ -1658,7 +1658,7 @@ void wxDb::Close(void)
 
 #ifdef __WXDEBUG__
     wxTablesInUse *tiu;
-    wxNode *pNode;
+    wxList::compatibility_iterator pNode;
     pNode = TablesInUse.GetFirst();
     wxString s,s2;
     while (pNode)