Added more missing "class"s to friend decl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@ class wxColourRefData: public wxObjectRefData
|
|||||||
GdkColormap *m_colormap;
|
GdkColormap *m_colormap;
|
||||||
bool m_hasPixel;
|
bool m_hasPixel;
|
||||||
|
|
||||||
friend wxColour;
|
friend class wxColour;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxColourRefData::wxColourRefData()
|
wxColourRefData::wxColourRefData()
|
||||||
|
@@ -71,7 +71,7 @@ private:
|
|||||||
wxString m_faceName;
|
wxString m_faceName;
|
||||||
wxFontEncoding m_encoding;
|
wxFontEncoding m_encoding;
|
||||||
|
|
||||||
friend wxFont;
|
friend class wxFont;
|
||||||
};
|
};
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
@@ -33,7 +33,7 @@ class wxColourRefData: public wxObjectRefData
|
|||||||
GdkColormap *m_colormap;
|
GdkColormap *m_colormap;
|
||||||
bool m_hasPixel;
|
bool m_hasPixel;
|
||||||
|
|
||||||
friend wxColour;
|
friend class wxColour;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxColourRefData::wxColourRefData()
|
wxColourRefData::wxColourRefData()
|
||||||
|
@@ -71,7 +71,7 @@ private:
|
|||||||
wxString m_faceName;
|
wxString m_faceName;
|
||||||
wxFontEncoding m_encoding;
|
wxFontEncoding m_encoding;
|
||||||
|
|
||||||
friend wxFont;
|
friend class wxFont;
|
||||||
};
|
};
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Reference in New Issue
Block a user