]> git.saurik.com Git - wxWidgets.git/commitdiff
remove WXDLLEXPORT modifiers since this isn't in the wx DLL
authorRobin Dunn <robin@alldunn.com>
Mon, 10 Jul 2006 16:58:21 +0000 (16:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Jul 2006 16:58:21 +0000 (16:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/include/wx/wxPython/pseudodc.h

index 622e99977e1ad52c9a1dad13d7bb2b9d61ff36e0..351b153e12c1f3f4741cff7391d5ec8adbb4bc99 100644 (file)
@@ -491,7 +491,7 @@ class pdcObject
 // Declare a wxList to hold all the objects.  List order reflects drawing
 // order (Z order) and is the same order as objects are added to the list
 //----------------------------------------------------------------------------
-class WXDLLEXPORT pdcObjectList;
+class pdcObjectList;
 WX_DECLARE_LIST(pdcObject, pdcObjectList);
 
 
@@ -504,7 +504,7 @@ WX_DECLARE_LIST(pdcObject, pdcObjectList);
 // Drawing methods are mirrored from wxDC but add nodes to m_list 
 // instead of doing any real drawing.
 // ----------------------------------------------------------------------------
-class WXDLLEXPORT wxPseudoDC : public wxObject
+class wxPseudoDC : public wxObject
 {
 public:
     wxPseudoDC()