X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..05a98b6d5d201eb8edea04b1ab022e4a9a46e9f0:/include/wx/x11/app.h diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index 1050a07829..416a3e2ae3 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -6,16 +6,12 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_APP_H_ #define _WX_APP_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "app.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -44,7 +40,7 @@ class WXDLLEXPORT wxApp : public wxAppBase public: wxApp(); - ~wxApp(); + virtual ~wxApp(); // override base class (pure) virtuals // -----------------------------------