]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_treectrl.i
warning fix
[wxWidgets.git] / wxPython / src / _treectrl.i
index a2e27f1ccc4dea409a345ad4afc09c5a42e28e22..e9f9f741dd2311ba0965ed46adc50fcdb2a9df2d 100644 (file)
@@ -458,10 +458,8 @@ public:
     // the item will be shown in bold
     void SetItemBold(const wxTreeItemId& item, bool bold = true);
 
-#ifdef __WXMSW__
     // the item will be shown with a drop highlight
     void SetItemDropHighlight(const wxTreeItemId& item, bool highlight = true);
-#endif
     
     // set the items text colour
     void SetItemTextColour(const wxTreeItemId& item, const wxColour& col);