]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/metafile.cpp
calling SetFocus() in OnMouseUp() is unnecessary if we skip the event in OnMouseDown()
[wxWidgets.git] / src / mac / carbon / metafile.cpp
index 07a905760f481985f76e00efdd3f2a233c85085a..3c211cad89423fe717281c85fa8c1d0321d156f0 100644 (file)
@@ -35,7 +35,7 @@ IMPLEMENT_ABSTRACT_CLASS(wxMetafileDC, wxDC)
 
 class wxMetafileRefData: public wxGDIRefData
 {
-    friend class WXDLLEXPORT wxMetafile;
+    friend class wxMetafile;
 
 public:
     wxMetafileRefData();