X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8394f0a06bb5c84fbde2e2449e7bf72a1347fb66..9654efd3327fcb6b6e3d8d803ea80f08904f1197:/demos/forty/forty.h?ds=sidebyside diff --git a/demos/forty/forty.h b/demos/forty/forty.h index 2763590151..e1e9eb7e75 100644 --- a/demos/forty/forty.h +++ b/demos/forty/forty.h @@ -16,8 +16,8 @@ class FortyApp: public wxApp { public: - FortyApp(){}; - ~FortyApp(); + FortyApp(){} + virtual ~FortyApp(); bool OnInit(); static const wxColour& BackgroundColour();