From b8be0b4e05e283708b15fe04c9d534a1b649d1cb Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 17 Mar 2002 07:48:31 +0000 Subject: [PATCH] really, it will build for 'doze this time. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dcbuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/dcbuffer.h b/include/wx/dcbuffer.h index ebb7bd1751..1f0c5a924f 100644 --- a/include/wx/dcbuffer.h +++ b/include/wx/dcbuffer.h @@ -23,7 +23,7 @@ // Double buffering helper. // -------------------------------------------------------------- -class wxBufferedDC : public wxMemoryDC +class WXDLLEXPORT wxBufferedDC : public wxMemoryDC { private: @@ -82,7 +82,7 @@ public: // Creates a double buffered wxPaintDC, optionally allowing the // user to specify their own buffer to use. -class wxBufferedPaintDC : public wxBufferedDC +class WXDLLEXPORT wxBufferedPaintDC : public wxBufferedDC { private: -- 2.45.2