X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..403695b3236ce0ccca5ba7493736926566c9addc:/interface/wx/dcgraph.h diff --git a/interface/wx/dcgraph.h b/interface/wx/dcgraph.h index f7b3e0b89f..345d015acf 100644 --- a/interface/wx/dcgraph.h +++ b/interface/wx/dcgraph.h @@ -2,8 +2,8 @@ // Name: dcgraph.h // Purpose: interface of wxGCDC // Author: wxWidgets team -// RCS-ID: $Id: $ -// Licence: wxWindows license +// RCS-ID: $Id$ +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -24,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 */