From bdbb707f0c859db200f70000027719c70c9cdb6e Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 19 Jun 2000 11:08:29 +0000 Subject: [PATCH] Added missing "class" to friend decl. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/plot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/generic/plot.h b/include/wx/generic/plot.h index 69db90d019..a929055c57 100644 --- a/include/wx/generic/plot.h +++ b/include/wx/generic/plot.h @@ -325,9 +325,9 @@ public: void ResetScrollbar(); private: - friend wxPlotArea; - friend wxPlotXAxisArea; - friend wxPlotYAxisArea; + friend class wxPlotArea; + friend class wxPlotXAxisArea; + friend class wxPlotYAxisArea; double m_xUnitsPerValue; double m_xZoom;