summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index 7123bd9fc..8334d315d 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -271,7 +271,7 @@ class Graphics notfinal
const int x2, const int y2,
const int width, const int height) restrict2;
- ClipRect &getTopClip() restrict2 A_WARN_UNUSED
+ ClipRect &getTopClip() const restrict2 A_WARN_UNUSED
{ return mClipStack.top(); }
void setRedraw(const bool n) restrict2 noexcept