Kaydet (Commit) 37c323d4 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i124401# add a virtual destructor to dbaui::ISaveValueWrapper

because dbaui::TDeleteWrapperFunctor needs it to delete its derived classes
üst fbf08602
......@@ -54,6 +54,7 @@ namespace dbaui
class SAL_NO_VTABLE ISaveValueWrapper
{
public:
virtual ~ISaveValueWrapper() {}
virtual bool SaveValue() = 0;
virtual bool Disable() = 0;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment