mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
fix build failure
This commit is contained in:
parent
941c40c4cf
commit
6e019bd150
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public:
|
|||
*
|
||||
* @param forced whether this close request was initiated by the user or forced by the server.
|
||||
*/
|
||||
virtual void closeRequest(bool forced = false)
|
||||
virtual void closeRequest(bool /*forced*/ = false)
|
||||
{
|
||||
}
|
||||
virtual void tabActivated()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue