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/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index ab5c9c811..786d1bb95 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -262,7 +262,7 @@ void Editor::SetRepresentations() { } } -void Editor::DropGraphics(bool freeObjects) { +void Editor::DropGraphics(bool freeObjects) noexcept { marginView.DropGraphics(freeObjects); view.DropGraphics(freeObjects); } -- cgit v1.2.3