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