// Name: dcgraph.h
// Purpose: interface of wxGCDC
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxGCDC( const wxPrinterDC& printerDC );
/**
- Construct a wxGCDC from an existing grtaphics context.
+ Construct a wxGCDC from an existing graphics context.
*/
wxGCDC(wxGraphicsContext* context);