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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 548c72ed8..4d01cb16a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -274,7 +274,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void InvalidateStyleRedraw(); void RefreshStyleData(); void SetRepresentations(); - void DropGraphics(bool freeObjects); + void DropGraphics(bool freeObjects) noexcept; void AllocateGraphics(); // The top left visible point in main window coordinates. Will be 0,0 except for -- cgit v1.2.3