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

coverity#1421087 Uncaught exception

Change-Id: Ib00d20580178c80f653e26d5d23f81f4e81d2210
üst 0217afae
...@@ -96,7 +96,7 @@ public: ...@@ -96,7 +96,7 @@ public:
std::weak_ptr<ToolBarManagerLock> mpUpdateLockForMouse; std::weak_ptr<ToolBarManagerLock> mpUpdateLockForMouse;
Implementation (ViewShell& rViewShell); Implementation (ViewShell& rViewShell);
~Implementation(); ~Implementation() COVERITY_NOEXCEPT_FALSE;
/** Process the SID_MODIFY slot. /** Process the SID_MODIFY slot.
*/ */
......
...@@ -70,7 +70,7 @@ ViewShell::Implementation::Implementation (ViewShell& rViewShell) ...@@ -70,7 +70,7 @@ ViewShell::Implementation::Implementation (ViewShell& rViewShell)
{ {
} }
ViewShell::Implementation::~Implementation() ViewShell::Implementation::~Implementation() COVERITY_NOEXCEPT_FALSE
{ {
if ( ! mpUpdateLockForMouse.expired()) if ( ! mpUpdateLockForMouse.expired())
{ {
......
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