summaryrefslogtreecommitdiff
path: root/dbaccess/inc/IReference.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/inc/IReference.hxx')
-rw-r--r--dbaccess/inc/IReference.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/inc/IReference.hxx b/dbaccess/inc/IReference.hxx
index 01534f6063e0..959a0b199d1f 100644
--- a/dbaccess/inc/IReference.hxx
+++ b/dbaccess/inc/IReference.hxx
@@ -38,6 +38,9 @@ namespace dbaui
public:
virtual void SAL_CALL acquire( ) throw () = 0;
virtual void SAL_CALL release( ) throw () = 0;
+
+ protected:
+ ~IReference() {}
};
}
#endif // DBAUI_IREFERENCE_HXX