summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/EPreparedStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/flat/EPreparedStatement.hxx')
-rw-r--r--connectivity/source/inc/flat/EPreparedStatement.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/flat/EPreparedStatement.hxx b/connectivity/source/inc/flat/EPreparedStatement.hxx
index dd89522a44f4..f434ea825701 100644
--- a/connectivity/source/inc/flat/EPreparedStatement.hxx
+++ b/connectivity/source/inc/flat/EPreparedStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EPreparedStatement.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 09:59:56 $
+ * last change: $Author: oj $ $Date: 2001-05-17 06:46:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ namespace connectivity
protected:
virtual file::OResultSet* createResultSet();
public:
- OFlatPreparedStatement( file::OConnection* _pConnection,const ::std::vector<connectivity::OTypeInfo>& _TypeInfo) : file::OPreparedStatement( _pConnection,_TypeInfo){}
+ OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){}
DECLARE_SERVICE_INFO();
};
}