// Name: dcclient.h
// Purpose: interface of wxClientDC and wxPaintDC
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@see wxDC, wxClientDC, wxMemoryDC, wxWindowDC, wxScreenDC
*/
-class wxPaintDC : public wxWindowDC
+class wxPaintDC : public wxClientDC
{
public:
/**