From 3d0905aba8a0a2fa862f3d005e8bbefea8aaee21 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 19 Apr 2012 16:14:16 +0000 Subject: [PATCH] Correct wxPaintDC base class in the documentation. wxPaintDC derives from wxClientDC, not wxWindowDC. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dcclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dcclient.h b/interface/wx/dcclient.h index 082669a..260c0a6 100644 --- a/interface/wx/dcclient.h +++ b/interface/wx/dcclient.h @@ -33,7 +33,7 @@ @see wxDC, wxClientDC, wxMemoryDC, wxWindowDC, wxScreenDC */ -class wxPaintDC : public wxWindowDC +class wxPaintDC : public wxClientDC { public: /** -- 2.7.4