mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Fix NPE.
This commit is contained in:
parent
7137aaeb64
commit
e2cc17c5cb
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class CSourceNotFoundEditor extends CommonSourceNotFoundEditor {
|
|||
public static final String UID_LOCATE_FILE_BUTTON = UID_CLASS_NAME+ "locateFileButton"; //$NON-NLS-1$
|
||||
public static final String UID_EDIT_LOOKUP_BUTTON = UID_CLASS_NAME+ "editLookupButton"; //$NON-NLS-1$
|
||||
|
||||
private String missingFile;
|
||||
private String missingFile = ""; //$NON-NLS-1$
|
||||
private ILaunchConfiguration launch;
|
||||
private IAdaptable context;
|
||||
private ITranslationUnit tunit;
|
||||
|
|
Loading…
Add table
Reference in a new issue