فهرست منبع

UI: Fix compilation with browser disabled

gxalpha 3 سال پیش
والد
کامیت
2dd1a3fc6f
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      UI/auth-youtube.cpp

+ 2 - 1
UI/auth-youtube.cpp

@@ -184,7 +184,8 @@ void YoutubeAuth::SetChatId(const QString &chat_id,
 		chat->SetApiChatId(api_chat_id);
 	}
 #else
-	UNUSED_PARAMETER(chat_id, api_chat_id);
+	UNUSED_PARAMETER(chat_id);
+	UNUSED_PARAMETER(api_chat_id);
 #endif
 }