]> git.saurik.com Git - wxWidgets.git/commitdiff
Since this class is fully inline don't specify an import/export policy
authorRobin Dunn <robin@alldunn.com>
Thu, 19 Feb 2004 23:11:48 +0000 (23:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 19 Feb 2004 23:11:48 +0000 (23:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcbuffer.h

index b29469ce2ac57b1067ec9c5c393c925ac6831b22..0de48cdc109566149d6aa3a663100027db8ef679 100644 (file)
@@ -20,7 +20,7 @@
 // Double buffering helper.
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_ADV wxBufferedDC : public wxMemoryDC
+class wxBufferedDC : public wxMemoryDC
 {
 public:
     // Default ctor, must subsequently call Init for two stage construction.
@@ -116,7 +116,7 @@ private:
 
 // Creates a double buffered wxPaintDC, optionally allowing the
 // user to specify their own buffer to use.
-class WXDLLIMPEXP_ADV wxBufferedPaintDC : public wxBufferedDC
+class wxBufferedPaintDC : public wxBufferedDC
 {
 public:
     // If no bitmap is supplied by the user, a temporary one wil; be created.