diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:21:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:21:58 +0000 |
commit | ddedaefcd071c09298eae4149e60f90a54d87122 (patch) | |
tree | 7e218d81eb00a9c921c4d82c7ed3e02135be76ae /connectivity/source/inc/file | |
parent | 9d348e673a408a3f4ecececb73eec2c77cdae105 (diff) |
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
Diffstat (limited to 'connectivity/source/inc/file')
-rw-r--r-- | connectivity/source/inc/file/fcomp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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<OCode*> OCodeList; class OPredicateCompiler : public ::vos::OReference |