1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

Fix typo in class signature

This commit is contained in:
Alain Magloire 2003-09-01 21:49:15 +00:00
parent 77e2dfd706
commit c91658733d

View file

@ -184,7 +184,7 @@
name="CDT Visual C Error Parser" name="CDT Visual C Error Parser"
point="org.eclipse.cdt.core.ErrorParser"> point="org.eclipse.cdt.core.ErrorParser">
<errorparser <errorparser
class="org.eclipse.cdt.internal.core.linux.VCErrorParser"> class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">
</errorparser> </errorparser>
</extension> </extension>