]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/scroll.cpp
Test GetTextRange on some unicode text
[wxWidgets.git] / samples / scroll / scroll.cpp
index bd0cb05c310680920f9e387005453cb631ac1028..4b60e0ab04305bc07dea44c7029f0b3439c556c8 100644 (file)
@@ -37,7 +37,7 @@ class MyCanvas: public wxScrolledWindow
 public:
     MyCanvas() {}
     MyCanvas( wxWindow *parent, wxWindowID, const wxPoint &pos, const wxSize &size );
-    ~MyCanvas();
+    ~MyCanvas(){};
     void OnPaint( wxPaintEvent &event );
     void OnQueryPosition( wxCommandEvent &event );
     void OnAddButton( wxCommandEvent &event );
@@ -272,10 +272,6 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
     SetCursor( wxCursor( wxCURSOR_IBEAM ) );
 }
 
-MyCanvas::~MyCanvas()
-{
-}
-
 void MyCanvas::OnMouseDown( wxMouseEvent &event )
 {
     if (event.LeftDown())