]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Add implicit conversion, remove conversion to bool
[wxWidgets.git] / samples / listctrl / listtest.h
index abc2db98bf0bef3e1d9ce5420e269febf221653a..2126c4b4b7b0252e86d1f6af855b24fbfcb47e20 100644 (file)
@@ -40,6 +40,8 @@ public:
         : wxListCtrl(parent, id, pos, size, style),
           m_attr(*wxBLUE, *wxLIGHT_GREY, wxNullFont)
         {
+            m_updated = -1;
+
 #ifdef __POCKETPC__
             EnableContextMenu();
 #endif
@@ -88,6 +90,9 @@ private:
 
     wxListItemAttr m_attr;
 
+    long m_updated;
+
+
     DECLARE_NO_COPY_CLASS(MyListCtrl)
     DECLARE_EVENT_TABLE()
 };