X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8394f0a06bb5c84fbde2e2449e7bf72a1347fb66..d9b22d8fff794d8cadef74a2710be9e83c1adb5f:/demos/forty/forty.h diff --git a/demos/forty/forty.h b/demos/forty/forty.h index 2763590151..ee9c132358 100644 --- a/demos/forty/forty.h +++ b/demos/forty/forty.h @@ -4,7 +4,6 @@ // Author: Chris Breeze // Modified by: // Created: 21/07/97 -// RCS-ID: $Id$ // Copyright: (c) 1993-1998 Chris Breeze // Licence: wxWindows licence //--------------------------------------------------------------------------- @@ -16,8 +15,8 @@ class FortyApp: public wxApp { public: - FortyApp(){}; - ~FortyApp(); + FortyApp(){} + virtual ~FortyApp(); bool OnInit(); static const wxColour& BackgroundColour();