]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.h
Quote file names with spaces in wxFileType::ExpandCommand().
[wxWidgets.git] / demos / forty / forty.h
index 27635901510bd09c12ac3c9e3495fc1c2b2fc195..e1e9eb7e75d503f4a2c13579a019dea29e30d54a 100644 (file)
@@ -16,8 +16,8 @@
 class FortyApp: public wxApp
 {
 public:
-    FortyApp(){};
-    ~FortyApp();
+    FortyApp(){}
+    virtual ~FortyApp();
     bool OnInit();
 
     static const wxColour& BackgroundColour();