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