summaryrefslogtreecommitdiff
path: root/src/render/imagegraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/imagegraphics.h')
-rw-r--r--src/render/imagegraphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h
index 29cfbea18..5e74b766a 100644
--- a/src/render/imagegraphics.h
+++ b/src/render/imagegraphics.h
@@ -45,10 +45,10 @@ class ImegeGraphics final : public Graphics
~ImegeGraphics();
- void setTarget(Image *const target) restrict2
+ void setTarget(Image *const target) restrict2 noexcept
{ mTarget = target; }
- Image *getTarget() const restrict2
+ Image *getTarget() const restrict2 noexcept
{ return mTarget; }
void beginDraw() restrict2 override final