From: Stefan Csomor Date: Mon, 3 Dec 2007 16:34:29 +0000 (+0000) Subject: fixing warning about missing virt destructor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4dd36d1d691f566e42cc0442e56a6f80bc3c0025 fixing warning about missing virt destructor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dcgraph.h b/include/wx/dcgraph.h index 7ee884e232..46781cc4e7 100644 --- a/include/wx/dcgraph.h +++ b/include/wx/dcgraph.h @@ -28,7 +28,8 @@ public: wxGCDC( const wxWindowDC& dc ); wxGCDC( const wxMemoryDC& dc ); wxGCDC(); - + virtual ~wxGCDC(); + wxGraphicsContext* GetGraphicsContext(); void SetGraphicsContext( wxGraphicsContext* ctx );