From ddedaefcd071c09298eae4149e60f90a54d87122 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 14 Jun 2005 15:21:58 +0000 Subject: INTEGRATION: CWS gcc4fwdecl (1.10.100); FILE MERGED 2005/06/01 16:30:34 pmladek 1.10.100.1: #i50061# Fixed forward declarations for gcc4 in connectivity --- connectivity/source/inc/file/fcomp.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'connectivity/source/inc') diff --git a/connectivity/source/inc/file/fcomp.hxx b/connectivity/source/inc/file/fcomp.hxx index e2c30214e3a4..22555433d2f6 100644 --- a/connectivity/source/inc/file/fcomp.hxx +++ b/connectivity/source/inc/file/fcomp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fcomp.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2004-08-02 17:13:40 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:21:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,7 @@ namespace connectivity { class OCode; class OOperand; + class OSQLAnalyzer; typedef::std::vector OCodeList; class OPredicateCompiler : public ::vos::OReference -- cgit