]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/static.cpp
gtk_frame_focus_out_callback can be called with g_activeFrame
[wxWidgets.git] / samples / widgets / static.cpp
index 8680c07da7cd06254eae08df10bb1c32f8b3dcd5..8905378377e2c1462344d58af4eb3ff8c3936dc2 100644 (file)
@@ -140,7 +140,7 @@ class StaticWidgetsPage : public WidgetsPage
 {
 public:
     StaticWidgetsPage(wxNotebook *notebook, wxImageList *imaglist);
-    virtual ~StaticWidgetsPage();
+    virtual ~StaticWidgetsPage(){};
 
 protected:
     // event handlers
@@ -302,10 +302,6 @@ StaticWidgetsPage::StaticWidgetsPage(wxNotebook *notebook,
     sizerTop->Fit(this);
 }
 
-StaticWidgetsPage::~StaticWidgetsPage()
-{
-}
-
 // ----------------------------------------------------------------------------
 // operations
 // ----------------------------------------------------------------------------