]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcscreen.h
wxTextCtrk::GetRange() shouldn't crash on out of range request
[wxWidgets.git] / include / wx / msw / dcscreen.h
index 983d052a6a5012b52c00686c02047bf4dd39b760..8635b18afdf9a819c3e376329beeec89a2cec077 100644 (file)
 #include "wx/dcscreen.h"
 #include "wx/msw/dc.h"
 
-class WXDLLEXPORT wxScreenDCImpl : public wxMSWDCImpl
+class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxMSWDCImpl
 {
 public:
     // Create a DC representing the whole screen
     wxScreenDCImpl( wxScreenDC *owner );
 
-protected:
     virtual void DoGetSize(int *w, int *h) const
     {
         GetDeviceSize(w, h);
     }
 
-private:
     DECLARE_CLASS(wxScreenDCImpl)
     DECLARE_NO_COPY_CLASS(wxScreenDCImpl)
 };