X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdebf9851e4571f1972c24f22e7bf0d60b6f818f..a8973b121d90b09900b49c50c8540880b44335cc:/src/generic/treectlg.cpp diff --git a/src/generic/treectlg.cpp b/src/generic/treectlg.cpp index ed745c827f..6c61c9f6e4 100644 --- a/src/generic/treectlg.cpp +++ b/src/generic/treectlg.cpp @@ -2314,8 +2314,8 @@ wxTreeItemId wxGenericTreeCtrl::HitTest(const wxPoint& point, int& flags) if (m_anchor) return m_anchor->HitTest( wxPoint(x, y), this, flags); - else - return wxTreeItemId(); + + return wxTreeItemId(); } // get the bounding rectangle of the item (or of its label only)