]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
there is no std::wostream under Palm (part of ticket 4700)
[wxWidgets.git] / include / wx / dcgraph.h
index 5de63597c0738f89aa5ccadad3e1b2d89d0713c7..820c6780c75d59f207f44efd9f6e01b966625b8c 100644 (file)
@@ -26,6 +26,7 @@ class WXDLLIMPEXP_CORE wxGCDC: public wxDC
 public:
     wxGCDC( const wxWindowDC& dc );
     wxGCDC( const wxMemoryDC& dc );
+    wxGCDC( const wxPrinterDC& dc );
     wxGCDC();
     virtual ~wxGCDC();
  
@@ -42,6 +43,7 @@ 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();