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