diff options
Diffstat (limited to 'src/Platform.h')
| -rw-r--r-- | src/Platform.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
