aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/XPM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XPM.h')
-rw-r--r--src/XPM.h4
1 files changed, 2 insertions, 2 deletions
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;
};
}