1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Fix for 174443, IEnumerator does not extend ISourceReference.

This commit is contained in:
Markus Schorn 2007-02-21 14:11:57 +00:00
parent 88500fffb8
commit b64327fc60

View file

@ -10,7 +10,7 @@
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.core.model; package org.eclipse.cdt.core.model;
public interface IEnumerator extends ICElement, ISourceManipulation{ public interface IEnumerator extends ICElement, ISourceManipulation, ISourceReference {
/** /**
* Returns the enumerator's constant expression if any. * Returns the enumerator's constant expression if any.