From b047c81396af14e5497d969b37b1df9d67d09d17 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 18 Mar 2021 23:31:59 +1100 Subject: Make Surface::Release and callers (where possible) noexcept. --- src/MarginView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MarginView.h') diff --git a/src/MarginView.h b/src/MarginView.h index 4468afa1b..bb1981ed8 100644 --- a/src/MarginView.h +++ b/src/MarginView.h @@ -34,7 +34,7 @@ public: MarginView() noexcept; - void DropGraphics(bool freeObjects); + void DropGraphics(bool freeObjects) noexcept; void AllocateGraphics(const ViewStyle &vsDraw); void RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const ViewStyle &vsDraw); void PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargin, -- cgit v1.2.3