X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcf2821a15b8dd75fcd4daa2ac91d600b23b2d1..a4301b8f14d21b7d28fc4f6a247b740d945ca6dc:/include/wx/custombgwin.h?ds=inline diff --git a/include/wx/custombgwin.h b/include/wx/custombgwin.h index b5684d1df3..3b901e52dd 100644 --- a/include/wx/custombgwin.h +++ b/include/wx/custombgwin.h @@ -22,6 +22,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. //