Fixed issue for failed build

This commit is contained in:
Rohan-Sagar 2024-03-18 23:21:48 -04:00
parent db4f556f42
commit dcaedd3b9a

View File

@ -1173,7 +1173,7 @@ void HexWidget::contextMenuEvent(QContextMenuEvent *event)
} }
auto coreLock = Core()->core(); auto coreLock = Core()->core();
RZFlagItem *flagItem = rz_flag_get_i(coreLock->flags, cursor.address); RzFlagItem *flagItem = rz_flag_get_i(coreLock->flags, cursor.address);
if (flagItem == 0x0) { if (flagItem == 0x0) {
actionDeleteFlag->setVisible(false); actionDeleteFlag->setVisible(false);