fix build failure

This commit is contained in:
RickyRister 2025-01-11 18:15:07 -08:00
parent 941c40c4cf
commit 6e019bd150

View file

@ -56,7 +56,7 @@ public:
* *
* @param forced whether this close request was initiated by the user or forced by the server. * @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() virtual void tabActivated()