]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
corrected a target name
[wxWidgets.git] / include / wx / generic / listctrl.h
index a35bc0e7a570c5be91deabbd415f7d13f5bec966..0224f03c14b7993b5bc131fc8a38d32cbef9408f 100644 (file)
@@ -149,7 +149,7 @@ public:
     long FindItem( long start, const wxString& str, bool partial = false );
     long FindItem( long start, wxUIntPtr data );
     long FindItem( long start, const wxPoint& pt, int direction ); // not supported in wxGLC
-    long HitTest( const wxPoint& point, int& flags);
+    long HitTest( const wxPoint& point, int& flags, long *pSubItem = NULL ) const;
     long InsertItem(wxListItem& info);
     long InsertItem( long index, const wxString& label );
     long InsertItem( long index, int imageIndex );