mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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.
|
||||
* @return ILaunchConfigurationType
|
||||
*/
|
||||
private ILaunchConfigurationType getCLaunchConfigType() {
|
||||
protected ILaunchConfigurationType getCLaunchConfigType() {
|
||||
return getLaunchManager().getLaunchConfigurationType(ICDTLaunchConfigurationConstants.ID_LAUNCH_C_APP);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue