PVS V678: wrong argument passed to function

Change-Id: I6fcc1caea8396185db74a8784975c561e31fab3f
Reviewed-on: https://review.haiku-os.org/c/1646
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Adrien Destugues 2019-07-22 21:12:37 +02:00 committed by waddlesplash
parent 57657d2241
commit 61be57c0e6

View File

@ -201,7 +201,7 @@ update_preferred_app_menu(BMenu* menu, BMimeType* type, uint32 what,
menu->AddSeparatorItem();
menu->AddItem(item);
item->SetMarked(item);
item->SetMarked(true);
}
}