]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Make a single for loop out of two
[wxWidgets.git] / samples / listctrl / listtest.h
index 26e1c6cf07ee20cfadb48f8d3a60ad2ddc524116..529e1a6140eaaaa89948731f78762a0221224705 100644 (file)
@@ -26,7 +26,7 @@ public:
     virtual bool OnInit();
 
 private:
-    DECLARE_NO_COPY_CLASS(MyApp)
+    wxDECLARE_NO_COPY_CLASS(MyApp);
 };
 
 class MyListCtrl: public wxListCtrl
@@ -93,7 +93,7 @@ private:
     long m_updated;
 
 
-    DECLARE_NO_COPY_CLASS(MyListCtrl)
+    wxDECLARE_NO_COPY_CLASS(MyListCtrl);
     DECLARE_EVENT_TABLE()
 };
 
@@ -153,7 +153,6 @@ protected:
 
     wxPanel *m_panel;
     MyListCtrl *m_listCtrl;
-    wxListCtrl *m_simpleListCtrl;
     wxTextCtrl *m_logWindow;
 
 private:
@@ -175,7 +174,7 @@ private:
 
     bool m_smallVirtual;
 
-    DECLARE_NO_COPY_CLASS(MyFrame)
+    wxDECLARE_NO_COPY_CLASS(MyFrame);
     DECLARE_EVENT_TABLE()
 };