mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
Merge remote-tracking branch
'origin/GP-816-dragonmacher-function-tag-column' (Closes #2873)
This commit is contained in:
commit
472ad40077
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import ghidra.program.model.listing.Program;
|
|||
* will be displayed as a set of comma-delimited strings, in sorted order.
|
||||
*/
|
||||
public class FunctionTagTableColumn
|
||||
extends AbstractProgramBasedDynamicTableColumn<Function, String> {
|
||||
extends ProgramBasedDynamicTableColumnExtensionPoint<Function, String> {
|
||||
|
||||
@Override
|
||||
public String getColumnName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue