Kaydet (Commit) 4a67abb3 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706547 Uncaught exception

Change-Id: Ib619e1ab3f091c04ec27a249b733e54ce469cf82
üst 22357c17
......@@ -135,13 +135,11 @@ Binding::Binding() :
initializePropertySet();
}
Binding::~Binding() throw()
Binding::~Binding()
{
_setModel(NULL);
}
void Binding::_setModel( const Model_t& xModel )
{
PropertyChangeNotifier aNotifyModelChange( *this, HANDLE_Model );
......
......@@ -172,7 +172,7 @@ private:
public:
Binding();
virtual ~Binding() throw();
virtual ~Binding();
// property methods: get/set value
......
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