From f4cabb889c9b367d2e77811a59b5cc0fa1d037a7 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 19 Jun 2000 11:09:06 +0000 Subject: [PATCH] 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 --- src/gtk/colour.cpp | 2 +- src/gtk/font.cpp | 2 +- src/gtk1/colour.cpp | 2 +- src/gtk1/font.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gtk/colour.cpp b/src/gtk/colour.cpp index db73e73343..9d4e90e393 100644 --- a/src/gtk/colour.cpp +++ b/src/gtk/colour.cpp @@ -33,7 +33,7 @@ class wxColourRefData: public wxObjectRefData GdkColormap *m_colormap; bool m_hasPixel; - friend wxColour; + friend class wxColour; }; wxColourRefData::wxColourRefData() diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index 8cb33978d1..83010c18da 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -71,7 +71,7 @@ private: wxString m_faceName; wxFontEncoding m_encoding; - friend wxFont; + friend class wxFont; }; // ============================================================================ diff --git a/src/gtk1/colour.cpp b/src/gtk1/colour.cpp index db73e73343..9d4e90e393 100644 --- a/src/gtk1/colour.cpp +++ b/src/gtk1/colour.cpp @@ -33,7 +33,7 @@ class wxColourRefData: public wxObjectRefData GdkColormap *m_colormap; bool m_hasPixel; - friend wxColour; + friend class wxColour; }; wxColourRefData::wxColourRefData() diff --git a/src/gtk1/font.cpp b/src/gtk1/font.cpp index 8cb33978d1..83010c18da 100644 --- a/src/gtk1/font.cpp +++ b/src/gtk1/font.cpp @@ -71,7 +71,7 @@ private: wxString m_faceName; wxFontEncoding m_encoding; - friend wxFont; + friend class wxFont; }; // ============================================================================