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
|
class WXDLLEXPORT wxPenRefData: public wxGDIRefData
|
||||||
{
|
{
|
||||||
friend class WXDLLEXPORT wxPen;
|
|
||||||
public:
|
public:
|
||||||
wxPenRefData(const wxColour& colour = wxNullColour,
|
wxPenRefData(const wxColour& colour = wxNullColour,
|
||||||
int width = 1, int style = wxSOLID,
|
int width = 1, int style = wxSOLID,
|
||||||
@@ -79,6 +78,9 @@ protected:
|
|||||||
static const CGFloat scm_patternShortDash[];
|
static const CGFloat scm_patternShortDash[];
|
||||||
static const int scm_countDotDash;
|
static const int scm_countDotDash;
|
||||||
static const CGFloat scm_patternDotDash[];
|
static const CGFloat scm_patternDotDash[];
|
||||||
|
|
||||||
|
friend class WXDLLIMPEXP_FWD_CORE wxPen;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Don't allow assignment
|
// Don't allow assignment
|
||||||
wxPenRefData& operator=(const wxPenRefData& data);
|
wxPenRefData& operator=(const wxPenRefData& data);
|
||||||
|
Reference in New Issue
Block a user