mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-09 11:33:20 +02:00
Make getCLaunchConfigtype protected.
This commit is contained in:
parent
0ed1254616
commit
be883f4ae8
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ public class CApplicationLaunchShortcut implements ILaunchShortcut {
|
||||||
* Method getCLaunchConfigType.
|
* Method getCLaunchConfigType.
|
||||||
* @return ILaunchConfigurationType
|
* @return ILaunchConfigurationType
|
||||||
*/
|
*/
|
||||||
private ILaunchConfigurationType getCLaunchConfigType() {
|
protected ILaunchConfigurationType getCLaunchConfigType() {
|
||||||
return getLaunchManager().getLaunchConfigurationType(ICDTLaunchConfigurationConstants.ID_LAUNCH_C_APP);
|
return getLaunchManager().getLaunchConfigurationType(ICDTLaunchConfigurationConstants.ID_LAUNCH_C_APP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue