]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/dcclient.h
compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replac...
[wxWidgets.git] / include / wx / cocoa / dcclient.h
index 8808210993afb7fb7f3083e347e2c916b66565f9..9987cc3e5d540c09b08a6d3488e968697be4d998 100644 (file)
@@ -18,7 +18,7 @@
 // NSView of the content view seems to return the entire window rectangle
 // (including decorations).  Of course, that is not at all part of the
 // Cocoa or OpenStep APIs, but it might be a neat hack.
-class wxWindowDC: public wxDC
+class WXDLLIMPEXP_CORE wxWindowDC: public wxDC
 {
     DECLARE_DYNAMIC_CLASS(wxWindowDC)
 public:
@@ -38,7 +38,7 @@ protected:
     virtual bool CocoaGetBounds(void *rectData);
 };
 
-class wxClientDC: public wxWindowDC
+class WXDLLIMPEXP_CORE wxClientDC: public wxWindowDC
 {
     DECLARE_DYNAMIC_CLASS(wxClientDC)
 public:
@@ -52,7 +52,7 @@ protected:
     virtual bool CocoaUnlockFocus();
 };
 
-class wxPaintDC: public wxWindowDC
+class WXDLLIMPEXP_CORE wxPaintDC: public wxWindowDC
 {
     DECLARE_DYNAMIC_CLASS(wxPaintDC)
 public: