diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CMarkerAnnotation.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CMarkerAnnotation.java index 6a25398a830..76b42622c17 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CMarkerAnnotation.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CMarkerAnnotation.java @@ -38,7 +38,7 @@ public class CMarkerAnnotation extends MarkerAnnotation implements IProblemAnnot public CMarkerAnnotation(IMarker marker) { super(marker); - fIsProblemMarker = MarkerUtilities.isMarkerType(getMarker(), ICModelMarker.C_MODEL_PROBLEM_MARKER); + fIsProblemMarker = MarkerUtilities.isMarkerType(getMarker(), IMarker.PROBLEM); } /**