]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listctrl.h
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git] / include / wx / mac / carbon / listctrl.h
index 16ccc810fa5d6e5f0ce02116b4b8e7a25cff6b41..c2aad6d74fc7711b3a069314f621b59e4158d0cc 100644 (file)
@@ -414,6 +414,8 @@ protected:
   int               m_count; // for virtual lists, store item count
 
 private:
+  int CalcColumnAutoWidth(int col) const;
+
   DECLARE_EVENT_TABLE()
 };