diff options
Diffstat (limited to 'src/MarginView.cxx')
-rw-r--r-- | src/MarginView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MarginView.cxx b/src/MarginView.cxx index 555720536..4d52d6036 100644 --- a/src/MarginView.cxx +++ b/src/MarginView.cxx @@ -109,7 +109,7 @@ MarginView::MarginView() noexcept { customDrawWrapMarker = nullptr; } -void MarginView::DropGraphics(bool freeObjects) { +void MarginView::DropGraphics(bool freeObjects) noexcept { if (freeObjects) { pixmapSelMargin.reset(); pixmapSelPattern.reset(); |