UI: Fix non-windows compilation

master
jp9000 2019-02-20 18:00:44 -08:00
parent 01c78bffc5
commit f6225719cc
1 changed files with 1 additions and 1 deletions

View File

@ -161,6 +161,6 @@ void OBSBasic::InitBrowserPanelSafeBlock()
QTStr("BrowserPanelInit.Text"));
InitPanelCookieManager();
#else
UNUSED_PARAMETER(showDialog);
UNUSED_PARAMETER();
#endif
}