mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
getProgName static
This commit is contained in:
parent
679f9913d5
commit
bd6214b376
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ abstract public class AbstractCLaunchDelegate implements ILaunchConfigurationDel
|
|||
return configuration.getAttribute(ICDTLaunchConfigurationConstants.ATTR_PROJECT_NAME, (String) null);
|
||||
}
|
||||
|
||||
public String getProgramName(ILaunchConfiguration configuration) throws CoreException {
|
||||
public static String getProgramName(ILaunchConfiguration configuration) throws CoreException {
|
||||
return configuration.getAttribute(ICDTLaunchConfigurationConstants.ATTR_PROGRAM_NAME, (String) null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue