add: remote ret back override confirmation[2/2]

This commit is contained in:
Kingtous
2022-04-28 18:09:06 +08:00
parent c17e77148e
commit 96c7202e4b
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ impl sciter::EventHandler for Handler {
fn toggle_option(String);
fn get_remember();
fn peer_platform();
fn set_write_override(i32,i32, bool,bool,bool); // ,
fn set_write_override(i32, i32, bool, bool, bool);
}
}