]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/deprecated/prop.cpp
fixed indentation in case there's only one cell on line
[wxWidgets.git] / contrib / src / deprecated / prop.cpp
index ae168ad1ae1dfa79e2421a05f430997a1a915d83..1abb44d20d4d3951dadcdbc79f77e0e741e926f9 100644 (file)
@@ -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();