]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Made geometry classes link.
[wxWidgets.git] / include / wx / listctrl.h
index 04e3cffb8cc727a2208516e5446fc3cc2ceab4f3..2165244e32f4197c7764c88136ff1f34b0f75dd1 100644 (file)
@@ -200,6 +200,10 @@ public:
     wxFont GetFont() const
         { return HasAttributes() ? m_attr->GetFont() : wxNullFont; }
 
+    // this conversion is necessary to make old code using GetItem() to
+    // compile
+    operator long() const { return m_itemId; }
+
     // these members are public for compatibility
 
     long            m_mask;     // Indicates what fields are valid