diff options
Diffstat (limited to 'src/gui/widgets/checkbox.cpp')
-rw-r--r-- | src/gui/widgets/checkbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp index 8349247a4..f3e5993b0 100644 --- a/src/gui/widgets/checkbox.cpp +++ b/src/gui/widgets/checkbox.cpp @@ -128,7 +128,7 @@ void CheckBox::drawBox(gcn::Graphics *const graphics) if (!mSkin) return; - ImageRect &rect = mSkin->getBorder(); + const ImageRect &rect = mSkin->getBorder(); int index = 0; if (mEnabled && isVisible()) |