X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcf2821a15b8dd75fcd4daa2ac91d600b23b2d1..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/custombgwin.h diff --git a/include/wx/custombgwin.h b/include/wx/custombgwin.h index b5684d1df3..73890a4654 100644 --- a/include/wx/custombgwin.h +++ b/include/wx/custombgwin.h @@ -3,7 +3,6 @@ // Purpose: Class adding support for custom window backgrounds. // Author: Vadim Zeitlin // Created: 2011-10-10 -// RCS-ID: $Id: wxhead.h,v 1.12 2010-04-22 12:44:51 zeitlin Exp $ // Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -22,6 +21,9 @@ public: // Trivial default ctor. wxCustomBackgroundWindowBase() { } + // Also a trivial but virtual -- to suppress g++ warnings -- dtor. + virtual ~wxCustomBackgroundWindowBase() { } + // Use the given bitmap to tile the background of this window. This bitmap // will show through any transparent children. //