]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
add possibility to specify the conversion to use in wxStringOutputStream; use it...
[wxWidgets.git] / include / wx / dcgraph.h
index d51692eb4f457ae3e6fe10ca0ecf7c6d62f79a41..5de63597c0738f89aa5ccadad3e1b2d89d0713c7 100644 (file)
@@ -21,7 +21,7 @@
 class WXDLLIMPEXP_FWD_CORE wxWindowDC;
 
 
-class WXDLLEXPORT wxGCDC: public wxDC
+class WXDLLIMPEXP_CORE wxGCDC: public wxDC
 {
 public:
     wxGCDC( const wxWindowDC& dc );
@@ -37,7 +37,7 @@ public:
 };
 
 
-class WXDLLEXPORT wxGCDCImpl: public wxDCImpl
+class WXDLLIMPEXP_CORE wxGCDCImpl: public wxDCImpl
 {
 public:
     wxGCDCImpl( wxDC *owner, const wxWindowDC& dc );