X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..850e47aa3c20c22ff650e80e92e7795a66431863:/interface/wx/dcgraph.h?ds=inline diff --git a/interface/wx/dcgraph.h b/interface/wx/dcgraph.h index f7b3e0b89f..b93391bd5b 100644 --- a/interface/wx/dcgraph.h +++ b/interface/wx/dcgraph.h @@ -2,7 +2,7 @@ // Name: dcgraph.h // Purpose: interface of wxGCDC // Author: wxWidgets team -// RCS-ID: $Id: $ +// RCS-ID: $Id$ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// @@ -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 */