From be883f4ae87f25c08719402a6fb0267f97129d69 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 28 Jan 2003 15:20:05 +0000 Subject: [PATCH] Make getCLaunchConfigtype protected. --- .../eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java index 8c9c22e2ba9..40680e75a5c 100644 --- a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java +++ b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/CApplicationLaunchShortcut.java @@ -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); }