Suppress parameter warning.
This commit is contained in:
parent
92cb490891
commit
42f97a2926
1 changed files with 1 additions and 1 deletions
|
@ -2151,7 +2151,7 @@ void help_browser::adjust_layout() {
|
|||
set_dirty(true);
|
||||
}
|
||||
|
||||
void help_browser::update_location(const SDL_Rect& rect) {
|
||||
void help_browser::update_location(SDL_Rect const &) {
|
||||
adjust_layout();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue