]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/dbbrowse.h
remove .cvsignore files, they're useless with svn
[wxWidgets.git] / demos / dbbrowse / dbbrowse.h
index ab8c2b98a839907441aba0ef80ba51fada7743c1..34a6f6035c59214d39656cb61a3f502c31fa0e42 100644 (file)
@@ -13,9 +13,9 @@
 class MainFrame: public wxFrame
 {
 public:
 class MainFrame: public wxFrame
 {
 public:
-    MainFrame(wxFrame *frame, char *title,  const wxPoint& pos, const wxSize& size);
-    ~MainFrame(void);
-    
+    MainFrame(wxFrame *frame, wxChar *title,  const wxPoint& pos, const wxSize& size);
+    virtual ~MainFrame(void);
+
 public:
     // menu callbacks
     void OnAbout(wxCommandEvent& event);
 public:
     // menu callbacks
     void OnAbout(wxCommandEvent& event);
@@ -46,9 +46,6 @@ public:
 //----------------------------------------------------------------------------------------
 // ID for the menu quit command
 //----------------------------------------------------------------------------------------
 //----------------------------------------------------------------------------------------
 // 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
 #define TREE_CTRL_PGM                102
 #define GRID_CTRL                    103
 #define TREE_CTRL_DB                 104