1
0
Fork 0
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:
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. * 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);
} }