]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
Unneeded semicolon.
[wxWidgets.git] / src / msw / listctrl.cpp
index 811e089e88cccda14c8441d4de1308ae833bb0f5..6e8eba40b58b828e6f66d5933635dc8eafd112b4 100644 (file)
@@ -1511,7 +1511,8 @@ long wxListCtrl::FindItem(long start, const wxPoint& pt, int direction)
 
 // Determines which item (if any) is at the specified point,
 // giving details in 'flags' (see wxLIST_HITTEST_... flags above)
-long wxListCtrl::HitTest(const wxPoint& point, int& flags, long *ptrSubItem)
+long
+wxListCtrl::HitTest(const wxPoint& point, int& flags, long *ptrSubItem) const
 {
     LV_HITTESTINFO hitTestInfo;
     hitTestInfo.pt.x = (int) point.x;