X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..05dff6b0756ec639d4d05ed88ef47e57a8dbbae8:/include/wx/cocoa/dcclient.h diff --git a/include/wx/cocoa/dcclient.h b/include/wx/cocoa/dcclient.h index 8808210993..9987cc3e5d 100644 --- a/include/wx/cocoa/dcclient.h +++ b/include/wx/cocoa/dcclient.h @@ -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: