X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bba965d6d668b130e627aa93998529bbcbed14a4..2d1d813e2dc392d2480a2dc9cdf61ce6330db72d:/contrib/src/deprecated/prop.cpp?ds=sidebyside diff --git a/contrib/src/deprecated/prop.cpp b/contrib/src/deprecated/prop.cpp index ae168ad1ae..1abb44d20d 100644 --- a/contrib/src/deprecated/prop.cpp +++ b/contrib/src/deprecated/prop.cpp @@ -1080,7 +1080,7 @@ wxPropertyValidator *wxPropertyValidatorRegistry::GetValidator(const wxString& t void wxPropertyValidatorRegistry::ClearRegistry(void) { BeginFind(); - wxNode *node; + wxHashTable::Node *node; while ((node = Next()) != NULL) { delete (wxPropertyValidator *)node->GetData();