From 4dd36d1d691f566e42cc0442e56a6f80bc3c0025 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 3 Dec 2007 16:34:29 +0000 Subject: [PATCH] fixing warning about missing virt destructor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dcgraph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 2.45.2