X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/125817d0e302ec5f4a3ae0186ac97c477a35455e..247b70c6c79e76e8296ba63b21997b9ba0f2861b:/include/wx/dcbuffer.h 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: