changed method signature parameter name

This commit is contained in:
nathan 2018-11-10 11:22:55 +01:00
parent d1566515c4
commit 8c8ccd9312

View File

@ -31,5 +31,5 @@ interface CheckboxPeer extends EntryPeer {
void setShortcut(Checkbox menuItem);
void setChecked(Checkbox checkbox);
void setChecked(Checkbox menuItem);
}