]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectrl.cpp
2 typos corrected
[wxWidgets.git] / src / generic / treectrl.cpp
index 67fe811ede2a8fb8456412ae1ece4a142820abb8..944c9848552eaa666dfa644aa6922280bcf8b39f 100644 (file)
@@ -403,7 +403,9 @@ bool wxTreeCtrl::Create(wxWindow *parent, wxWindowID id,
 
   wxScrolledWindow::Create( parent, id, pos, size, style|wxHSCROLL|wxVSCROLL, name );
 
+#if wxUSE_VALIDATORS
   SetValidator( validator );
+#endif
 
   SetBackgroundColour( *wxWHITE );
   m_dottedPen = wxPen( *wxBLACK, 0, 0 );