mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Replace use of c++ keyword 'default' in c++ code and C APIs. Also correct obsolete use of qualified name in member declaration.
This commit is contained in:
parent
3bf1085c72
commit
1471a6dc80
5 changed files with 7 additions and 7 deletions
|
@ -218,7 +218,7 @@ pub struct CHostCallbacks {
|
|||
pub prompt_yes_no: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult,
|
||||
pub prompt_input: extern "C" fn(
|
||||
message: *const c_char,
|
||||
default: *const c_char,
|
||||
def: *const c_char,
|
||||
trusted: bool,
|
||||
) -> *const c_char,
|
||||
pub on_devtools_started:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue