]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vector.h
Return correct index from wxGenericListCtrl::InsertColumn().
[wxWidgets.git] / include / wx / vector.h
index 8cf76d9ff61804d6b2b656d8237379fff705d57e..e95d4103ef11c1d65c92ed76381cb0bad4764ec2 100644 (file)
@@ -457,7 +457,7 @@ namespace wxPrivate
 template<typename T>
 struct wxVectorComparator
 {
-    static int wxCMPFUNC_CONV
+    static int
     Compare(const void* pitem1, const void* pitem2, const void* )
     {
         const T& item1 = *reinterpret_cast<const T*>(pitem1);