mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774364 - Part 5: Add missing explicit keyword. r=me
This commit is contained in:
parent
33242877b6
commit
5ad1091be6
@ -103,7 +103,7 @@ struct Register64
|
||||
#endif
|
||||
|
||||
#ifdef JS_PUNBOX64
|
||||
MOZ_CONSTEXPR Register64(Register r)
|
||||
explicit MOZ_CONSTEXPR Register64(Register r)
|
||||
: reg(r)
|
||||
{}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user