]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
No significant changes
[wxWidgets.git] / samples / listctrl / listtest.h
index db6eb7cfcfb6fae62ae6b775ca30c44aff245c4c..0fafad7b7530cf9ec706ff5264694a35d456d766 100644 (file)
 class MyApp: public wxApp
 {
 public:
+    MyApp() { }
+
     virtual bool OnInit();
+
+private:
+    DECLARE_NO_COPY_CLASS(MyApp)
 };
 
 class MyListCtrl: public wxListCtrl
@@ -66,6 +71,7 @@ private:
 
     wxListItemAttr m_attr;
 
+    DECLARE_NO_COPY_CLASS(MyListCtrl)
     DECLARE_EVENT_TABLE()
 };
 
@@ -127,6 +133,7 @@ private:
 
     wxLog *m_logOld;
 
+    DECLARE_NO_COPY_CLASS(MyFrame)
     DECLARE_EVENT_TABLE()
 };