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:
parent
77e2dfd706
commit
c91658733d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue