summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/warningscontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/warningscontainer.hxx')
-rw-r--r--connectivity/inc/connectivity/warningscontainer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/inc/connectivity/warningscontainer.hxx b/connectivity/inc/connectivity/warningscontainer.hxx
index 273390ccbf7f..937fd8be343b 100644
--- a/connectivity/inc/connectivity/warningscontainer.hxx
+++ b/connectivity/inc/connectivity/warningscontainer.hxx
@@ -50,6 +50,9 @@ namespace dbtools
virtual void appendWarning(const ::com::sun::star::sdbc::SQLException& _rWarning) = 0;
virtual void appendWarning(const ::com::sun::star::sdbc::SQLWarning& _rWarning) = 0;
virtual void appendWarning(const ::com::sun::star::sdb::SQLContext& _rContext) = 0;
+
+ protected:
+ ~IWarningsContainer() {}
};
//====================================================================