class MyApp: public wxApp
{
public:
+ MyApp() { }
+
virtual bool OnInit();
+
+private:
+ DECLARE_NO_COPY_CLASS(MyApp)
};
class MyListCtrl: public wxListCtrl
wxListItemAttr m_attr;
+ DECLARE_NO_COPY_CLASS(MyListCtrl)
DECLARE_EVENT_TABLE()
};
wxLog *m_logOld;
+ DECLARE_NO_COPY_CLASS(MyFrame)
DECLARE_EVENT_TABLE()
};