diff options
Diffstat (limited to 'src/resources/image.h')
-rw-r--r-- | src/resources/image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/image.h b/src/resources/image.h index 046277d53..aa38f7a22 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -100,13 +100,13 @@ class Image notfinal : public Resource /** * Returns the width of the image. */ - inline int getWidth() const A_WARN_UNUSED + inline int getWidth() const A_WARN_UNUSED A_INLINE { return mBounds.w; } /** * Returns the height of the image. */ - inline int getHeight() const A_WARN_UNUSED + inline int getHeight() const A_WARN_UNUSED A_INLINE { return mBounds.h; } /** |