mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
Fix non windows build - FE_CheckConfirm needs to have the same number of arguments in both the XP_WIN/not XPWIN cases.
This commit is contained in:
parent
1159971950
commit
479b020a61
@ -63,6 +63,8 @@ PRIVATE XP_Bool FE_CheckConfirm (
|
||||
MWContext *pContext,
|
||||
char* pConfirmMessage,
|
||||
char* pCheckMessage,
|
||||
char* pOkMessage,
|
||||
char* pCancelMsg,
|
||||
XP_Bool* pChecked) {
|
||||
|
||||
Bool userHasAccepted = FE_Confirm(pContext, pConfirmMessage);
|
||||
|
Loading…
Reference in New Issue
Block a user