X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/dcgraph.h diff --git a/interface/wx/dcgraph.h b/interface/wx/dcgraph.h index e4d4459bfc..b93391bd5b 100644 --- a/interface/wx/dcgraph.h +++ b/interface/wx/dcgraph.h @@ -2,13 +2,12 @@ // Name: dcgraph.h // Purpose: interface of wxGCDC // Author: wxWidgets team -// RCS-ID: $Id: $ +// RCS-ID: $Id$ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// /** @class wxGCDC - @wxheader{dcgraph.h} wxGCDC is a device context that draws on a wxGraphicsContext. @@ -25,17 +24,17 @@ public: Constructs a wxGCDC from a wxWindowDC. */ wxGCDC( const wxWindowDC& dc ); - + /** Constructs a wxGCDC from a wxMemoryDC. */ wxGCDC( const wxMemoryDC& dc ); - + /** Constructs a wxGCDC from a wxPrinterDC. */ wxGCDC( const wxPrinterDC& dc ); - + /** Retrieves associated wxGraphicsContext */