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/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Platform.h') diff --git a/src/Platform.h b/src/Platform.h index 0c0f37ff6..46c3faf5b 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -174,7 +174,7 @@ public: virtual void Init(SurfaceID sid, WindowID wid)=0; virtual void InitPixMap(int width, int height, Surface *surface_, WindowID wid)=0; - virtual void Release()=0; + virtual void Release() noexcept=0; virtual bool Initialised()=0; virtual void PenColour(ColourDesired fore)=0; virtual int LogPixelsY()=0; -- cgit v1.2.3