summaryrefslogtreecommitdiff
path: root/include/connectivity/sdbcx/VDescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sdbcx/VDescriptor.hxx')
-rw-r--r--include/connectivity/sdbcx/VDescriptor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sdbcx/VDescriptor.hxx b/include/connectivity/sdbcx/VDescriptor.hxx
index 6aff71c61e5a..d2470578121e 100644
--- a/include/connectivity/sdbcx/VDescriptor.hxx
+++ b/include/connectivity/sdbcx/VDescriptor.hxx
@@ -59,7 +59,7 @@ namespace connectivity
public:
ODescriptor(::cppu::OBroadcastHelper& _rBHelper, bool _bCase, bool _bNew = false);
- virtual ~ODescriptor();
+ virtual ~ODescriptor() override;
bool isNew() const { return m_bNew; }
void setNew(bool _bNew);