Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jan 21, 2025
1 parent 21a2e50 commit bef6d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menus/DisassemblyContextMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ void DisassemblyContextMenu::on_actionEditFunction_triggered()
fcn->cc = rz_str_constpool_get(&core->analysis->constpool, newCC.constData());
}

emit Core() -> functionsChanged();
emit Core()->functionsChanged();
}
}
}
Expand Down

0 comments on commit bef6d6b

Please sign in to comment.