]> 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 f7b3e0b89f973528c239e981043dfb1ae0af88c2..b93391bd5b5e32ddcb28526929aa5713408dc32c 100644 (file)
@@ -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
     */