Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'codan/org.eclipse.cdt.codan.examples/plugin.xml')
-rw-r--r--codan/org.eclipse.cdt.codan.examples/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.examples/plugin.xml b/codan/org.eclipse.cdt.codan.examples/plugin.xml
index 8d01e27f26c..f4e7ae68607 100644
--- a/codan/org.eclipse.cdt.codan.examples/plugin.xml
+++ b/codan/org.eclipse.cdt.codan.examples/plugin.xml
@@ -6,7 +6,7 @@
id="org.eclipse.cdt.codan.core.internal.checkers">
<checker
- class="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionChecker"
+ class="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionIIndexChecker"
id="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionChecker"
name="NamingConventionFunctionChecker">
<problem

Back to the top