mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
class="org.eclipse.cdt.internal.core.linux.VCErrorParser">
|
||||
class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue