]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wxpoem/wxpoem.h
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / wxpoem / wxpoem.h
index d61fba8b18bcf71d02ff63221de2debb0d854f29..ea2e00e40f34ae7696f2fbabc4e3430872d5bf60 100644 (file)
@@ -29,7 +29,7 @@ class MyApp: public wxApp
 DECLARE_APP(MyApp)
 
 // Define a new canvas which can receive some events
-class MyCanvas: public wxPanel
+class MyCanvas: public wxWindow
 {
   public:
     MyCanvas(wxFrame *frame, wxWindowID id, const wxPoint& pos, const wxSize& size);