]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynarray.h
wxUpdateUI events generation added
[wxWidgets.git] / include / wx / dynarray.h
index cd817ca09123b2c788a67b7386ce92871fc969db..37e106f5f2e6ffab4d1ff996f68dc8853ffb2d1c 100644 (file)
@@ -125,7 +125,7 @@ protected:
      */
   int Index(long lItem, bool bFromEnd = FALSE) const;
     /// search for an item using binary search in a sorted array
-  int Index(long lItem, CMPFUNC fnCompare);
+  int Index(long lItem, CMPFUNC fnCompare) const;
     /// add new element at the end
   void Add(long lItem);
     /// add item assuming the array is sorted with fnCompare function