diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 541bb789d..ce612193c 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -419,7 +419,7 @@ class Graphics * @return False if the the new area lays outside the current clip * area. */ - virtual bool pushClipArea(Rect area); + virtual bool pushClipArea(const Rect &area); /** * Removes the top most clip area from the stack. |