]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcbuffer.h
Compile fix for wxFileName.
[wxWidgets.git] / 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: