summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-26 00:10:52 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-26 13:53:30 +0300
commit35d6f9c1086d84a479bab84f07f8c9dae266f4ca (patch)
tree632b84779ac9b9ce20b60f99272f4a4c241b0b74 /src/render/graphics.h
parent6e71645ebfd4cf07d86bd913b0002a3a1a33c1a9 (diff)
downloadplus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.tar.gz
plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.tar.bz2
plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.tar.xz
plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.zip
Fix code style.
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