From d0e3010d187e074f378f85b9cfcf68f944e1ab45 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 30 Oct 2021 14:30:16 +1100 Subject: Minor changes to avoid warnings from linters. --- src/XPM.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/XPM.h') diff --git a/src/XPM.h b/src/XPM.h index a87d93f36..31753da18 100644 --- a/src/XPM.h +++ b/src/XPM.h @@ -76,9 +76,9 @@ public: /// Get image by id. RGBAImage *Get(int ident); /// Give the largest height of the set. - int GetHeight() const; + int GetHeight() const noexcept; /// Give the largest width of the set. - int GetWidth() const; + int GetWidth() const noexcept; }; } -- cgit v1.2.3