fix OptionMenuItemCommand::DoCommand for new 4.15 keyword
This commit is contained in:
parent
49cca9e8fe
commit
0e77b01fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class OptionMenuItemCommand : OptionMenuItemSubmenu
|
|||
return self;
|
||||
}
|
||||
|
||||
private native static void DoCommand(String cmd, bool unsafe); // This is very intentionally limited to this menu item to prevent abuse.
|
||||
private native static void DoCommand(String cmd, bool is_unsafe); // This is very intentionally limited to this menu item to prevent abuse.
|
||||
|
||||
override bool Activate()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue