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
This commit is contained in:
Ron Lee 2002-03-17 07:48:31 +00:00
parent 2981a033e1
commit b8be0b4e05

View File

@ -23,7 +23,7 @@
// Double buffering helper. // Double buffering helper.
// -------------------------------------------------------------- // --------------------------------------------------------------
class wxBufferedDC : public wxMemoryDC class WXDLLEXPORT wxBufferedDC : public wxMemoryDC
{ {
private: private:
@ -82,7 +82,7 @@ public:
// Creates a double buffered wxPaintDC, optionally allowing the // Creates a double buffered wxPaintDC, optionally allowing the
// user to specify their own buffer to use. // user to specify their own buffer to use.
class wxBufferedPaintDC : public wxBufferedDC class WXDLLEXPORT wxBufferedPaintDC : public wxBufferedDC
{ {
private: private: