mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Fix for compile error due to recent review tool fix
This commit is contained in:
@@ -57,6 +57,10 @@ public class ObjectChooserDialog<T> extends DialogComponentProvider {
|
||||
table.focusFilter();
|
||||
}
|
||||
|
||||
public GTableWidget<T> getTable() {
|
||||
return table;
|
||||
}
|
||||
|
||||
private JComponent buildWorkPanel() {
|
||||
table = new GTableWidget<>(getTitle(), objectClass, methodsForColumns);
|
||||
table.setData(choosableObjects);
|
||||
|
||||
Reference in New Issue
Block a user