diff options
Diffstat (limited to 'connectivity/source/inc/dbase/DPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DPreparedStatement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/dbase/DPreparedStatement.hxx b/connectivity/source/inc/dbase/DPreparedStatement.hxx index f23c745aa3cd9..1dfe8a48795e8 100644 --- a/connectivity/source/inc/dbase/DPreparedStatement.hxx +++ b/connectivity/source/inc/dbase/DPreparedStatement.hxx @@ -30,7 +30,7 @@ namespace connectivity class ODbasePreparedStatement : public file::OPreparedStatement { protected: - virtual file::OResultSet* createResultSet(); + virtual file::OResultSet* createResultSet() SAL_OVERRIDE; public: ODbasePreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){} DECLARE_SERVICE_INFO(); |