1
0
Fork 0
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:
Alain Magloire 2003-01-28 15:20:05 +00:00
parent 0ed1254616
commit be883f4ae8

View file

@ -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);
}