]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
minor refactoring of OnEraseBackground()
[wxWidgets.git] / include / wx / msw / listctrl.h
index 2008397f8fcb88edc0e4884aa28729b22cae9bb5..fea89427704fc7287fc22a6683a833cc5ccdea2c 100644 (file)
@@ -297,7 +297,7 @@ public:
     // Determines which item (if any) is at the specified point,
     // giving details in 'flags' (see wxLIST_HITTEST_... flags above)
     // Request the subitem number as well at the given coordinate.
-    long HitTest(const wxPoint& point, int& flags, long* ptrSubItem = NULL);
+    long HitTest(const wxPoint& point, int& flags, long* ptrSubItem = NULL) const;
 
     // Inserts an item, returning the index of the new item if successful,
     // -1 otherwise.