diff options
Diffstat (limited to 'include/vcl/scopedbitmapaccess.hxx')
-rw-r--r-- | include/vcl/scopedbitmapaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/scopedbitmapaccess.hxx b/include/vcl/scopedbitmapaccess.hxx index 29941368f340..05eb39587bac 100644 --- a/include/vcl/scopedbitmapaccess.hxx +++ b/include/vcl/scopedbitmapaccess.hxx @@ -82,7 +82,7 @@ public: ScopedBitmapAccess(const ScopedBitmapAccess&) = delete; ScopedBitmapAccess &operator=(const ScopedBitmapAccess&) = delete; - ~ScopedBitmapAccess() + ~ScopedBitmapAccess() COVERITY_NOEXCEPT_FALSE { if (mpAccess) mpBitmap->ReleaseAccess( mpAccess ); |