]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcgraph.h
another AIX compilation fix: getservbyname_r() returns int, not servent* there
[wxWidgets.git] / interface / wx / dcgraph.h
index e4d4459bfca1183cf3cf8e1c223b75735bd7e2e2..b93391bd5b5e32ddcb28526929aa5713408dc32c 100644 (file)
@@ -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
     */