use correct WXDLLIMPEXP macro for friend declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
// ========================================================================
|
||||
class WXDLLEXPORT wxPenRefData: public wxGDIRefData
|
||||
{
|
||||
friend class WXDLLEXPORT wxPen;
|
||||
public:
|
||||
wxPenRefData(const wxColour& colour = wxNullColour,
|
||||
int width = 1, int style = wxSOLID,
|
||||
@@ -79,6 +78,9 @@ protected:
|
||||
static const CGFloat scm_patternShortDash[];
|
||||
static const int scm_countDotDash;
|
||||
static const CGFloat scm_patternDotDash[];
|
||||
|
||||
friend class WXDLLIMPEXP_FWD_CORE wxPen;
|
||||
|
||||
private:
|
||||
// Don't allow assignment
|
||||
wxPenRefData& operator=(const wxPenRefData& data);
|
||||
|
Reference in New Issue
Block a user