From c91658733d0fffb2e2a46fd44558cac7ff947922 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 1 Sep 2003 21:49:15 +0000 Subject: [PATCH] Fix typo in class signature --- core/org.eclipse.cdt.core/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index 63fc803a32e..b3eb85107b0 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -184,7 +184,7 @@ name="CDT Visual C Error Parser" point="org.eclipse.cdt.core.ErrorParser"> + class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">