mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix for 174443, IEnumerator does not extend ISourceReference.
This commit is contained in:
parent
88500fffb8
commit
b64327fc60
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
*******************************************************************************/
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue