#include <math.h>
#include <string.h>
+#if !WXWIN_COMPATIBILITY_2_4
static inline wxChar* copystring(const wxChar* s)
{ return wxStrcpy(new wxChar[wxStrlen(s) + 1], s); }
+#endif
IMPLEMENT_DYNAMIC_CLASS(wxPropertyValue, wxObject)
void wxPropertyValidatorRegistry::ClearRegistry(void)
{
BeginFind();
- wxNode *node;
+ wxHashTable::Node *node;
while ((node = Next()) != NULL)
{
delete (wxPropertyValidator *)node->GetData();