]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
correct the signature of the overriden Reparent()
[wxWidgets.git] / include / wx / dcgraph.h
index d51692eb4f457ae3e6fe10ca0ecf7c6d62f79a41..820c6780c75d59f207f44efd9f6e01b966625b8c 100644 (file)
 class WXDLLIMPEXP_FWD_CORE wxWindowDC;
 
 
-class WXDLLEXPORT wxGCDC: public wxDC
+class WXDLLIMPEXP_CORE wxGCDC: public wxDC
 {
 public:
     wxGCDC( const wxWindowDC& dc );
     wxGCDC( const wxMemoryDC& dc );
+    wxGCDC( const wxPrinterDC& dc );
     wxGCDC();
     virtual ~wxGCDC();
  
@@ -37,11 +38,12 @@ public:
 };
 
 
-class WXDLLEXPORT wxGCDCImpl: public wxDCImpl
+class WXDLLIMPEXP_CORE wxGCDCImpl: public wxDCImpl
 {
 public:
     wxGCDCImpl( wxDC *owner, const wxWindowDC& dc );
     wxGCDCImpl( wxDC *owner, const wxMemoryDC& dc );
+    wxGCDCImpl( wxDC *owner, const wxPrinterDC& dc );
     wxGCDCImpl( wxDC *owner );
     
     virtual ~wxGCDCImpl();