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:
Robert Roebling
2000-06-19 11:09:06 +00:00
parent bdbb707f0c
commit f4cabb889c
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class wxColourRefData: public wxObjectRefData
GdkColormap *m_colormap;
bool m_hasPixel;
friend wxColour;
friend class wxColour;
};
wxColourRefData::wxColourRefData()

View File

@@ -71,7 +71,7 @@ private:
wxString m_faceName;
wxFontEncoding m_encoding;
friend wxFont;
friend class wxFont;
};
// ============================================================================

View File

@@ -33,7 +33,7 @@ class wxColourRefData: public wxObjectRefData
GdkColormap *m_colormap;
bool m_hasPixel;
friend wxColour;
friend class wxColour;
};
wxColourRefData::wxColourRefData()

View File

@@ -71,7 +71,7 @@ private:
wxString m_faceName;
wxFontEncoding m_encoding;
friend wxFont;
friend class wxFont;
};
// ============================================================================