]> git.saurik.com Git - wxWidgets.git/commitdiff
really, it will build for 'doze this time.
authorRon Lee <ron@debian.org>
Sun, 17 Mar 2002 07:48:31 +0000 (07:48 +0000)
committerRon Lee <ron@debian.org>
Sun, 17 Mar 2002 07:48:31 +0000 (07:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcbuffer.h

index ebb7bd1751d7d8b6253303a01b9386e1fd2e7d14..1f0c5a924f5c0ff265bcc02d191ab573e57a97ba 100644 (file)
@@ -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: