]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/dbbrowse.h
removed superfluous semicolon
[wxWidgets.git] / demos / dbbrowse / dbbrowse.h
index 58470b80b682dd00be5c2ee2e239c91bba2b893a..34a6f6035c59214d39656cb61a3f502c31fa0e42 100644 (file)
@@ -14,8 +14,8 @@ class MainFrame: public wxFrame
 {
 public:
     MainFrame(wxFrame *frame, wxChar *title,  const wxPoint& pos, const wxSize& size);
-    ~MainFrame(void);
-    
+    virtual ~MainFrame(void);
+
 public:
     // menu callbacks
     void OnAbout(wxCommandEvent& event);
@@ -46,9 +46,6 @@ public:
 //----------------------------------------------------------------------------------------
 // ID for the menu quit command
 //----------------------------------------------------------------------------------------
-#define QUIT                         777
-#define ABOUT                        778
-#define HELP                         779
 #define TREE_CTRL_PGM                102
 #define GRID_CTRL                    103
 #define TREE_CTRL_DB                 104