diff options
Diffstat (limited to 'src/window.cpp')
-rw-r--r-- | src/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index e22c4c87e..41dd28df9 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -134,7 +134,7 @@ void Window::RaiseButtons() } } -void Window::InvalidateWidget(byte widget_index) +void Window::InvalidateWidget(byte widget_index) const { const Widget *wi = &this->widget[widget_index]; |