mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Sprinkle some const-ref
This commit is contained in:
parent
7400050b38
commit
7a015d24c6
28 changed files with 35 additions and 35 deletions
|
@ -18,7 +18,7 @@ namespace Gui
|
|||
}
|
||||
}
|
||||
|
||||
void SharedStateButton::shareStateWith(ButtonGroup shared)
|
||||
void SharedStateButton::shareStateWith(const ButtonGroup &shared)
|
||||
{
|
||||
mSharedWith = shared;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue