mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
NPE fix
This commit is contained in:
parent
a43de426a4
commit
f4e51cdab2
1 changed files with 4 additions and 0 deletions
|
@ -594,4 +594,8 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
|
|||
updateData();
|
||||
}
|
||||
protected void updateButtons() {} // Do nothing. No buttons to update.
|
||||
|
||||
protected String getHelpContextId() {
|
||||
return "proj_prop_discovery";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue