X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/125817d0e302ec5f4a3ae0186ac97c477a35455e..3056dddc5438f7273ac6c75d8396520cd798812c:/include/wx/dcbuffer.h?ds=sidebyside diff --git a/include/wx/dcbuffer.h b/include/wx/dcbuffer.h index 1ef12f47b4..203f7cd1a3 100644 --- a/include/wx/dcbuffer.h +++ b/include/wx/dcbuffer.h @@ -41,7 +41,7 @@ // is private style and not returned by GetStyle. #define wxBUFFER_USES_SHARED_BUFFER 0x04 -class WXDLLEXPORT wxBufferedDC : public wxMemoryDC +class WXDLLIMPEXP_CORE wxBufferedDC : public wxMemoryDC { public: // Default ctor, must subsequently call Init for two stage construction. @@ -149,7 +149,7 @@ private: // Creates a double buffered wxPaintDC, optionally allowing the // user to specify their own buffer to use. -class WXDLLEXPORT wxBufferedPaintDC : public wxBufferedDC +class WXDLLIMPEXP_CORE wxBufferedPaintDC : public wxBufferedDC { public: // If no bitmap is supplied by the user, a temporary one will be created. @@ -219,7 +219,7 @@ private: #ifdef __WXDEBUG__ -class wxAutoBufferedPaintDC : public wxAutoBufferedPaintDCBase +class WXDLLIMPEXP_CORE wxAutoBufferedPaintDC : public wxAutoBufferedPaintDCBase { public: