]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing warning about missing virt destructor
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 3 Dec 2007 16:34:29 +0000 (16:34 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 3 Dec 2007 16:34:29 +0000 (16:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcgraph.h

index 7ee884e232a1016738d9b1cc2d9f0fe5b768844e..46781cc4e758a034441e2ab8ab4ca2a457812403 100644 (file)
@@ -28,7 +28,8 @@ public:
     wxGCDC( const wxWindowDC& dc );
     wxGCDC( const wxMemoryDC& dc );
     wxGCDC();
-    
+    virtual ~wxGCDC();
     wxGraphicsContext* GetGraphicsContext();
     void SetGraphicsContext( wxGraphicsContext* ctx );