(svn r11586) -Fix: make another widget 'accessor' function const when it should be const.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user