From 85795542f1623199487f730e5645a28b709c2de2 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 1 Dec 2003 17:17:39 +0000 Subject: INTEGRATION: CWS ooo20031110 (1.24.26); FILE MERGED 2003/11/05 11:52:27 waratah 1.24.26.1: #i21906# add class keyword after friend for permissive on gcc --- scaddins/source/analysis/analysishelper.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scaddins') diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx index 1ce0387cdcb8..df5d71d5621c 100644 --- a/scaddins/source/analysis/analysishelper.hxx +++ b/scaddins/source/analysis/analysishelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: analysishelper.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2003-06-04 10:31:56 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:17:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -614,7 +614,7 @@ class ConvertDataList; class ConvertData { protected: - friend ConvertDataList; + friend class ConvertDataList; double fConst; STRING aName; ConvertDataClass eClass; -- cgit