1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

ICDIArgument extends ICDIArgumenObject.

This commit is contained in:
Alain Magloire 2003-03-13 20:10:16 +00:00
parent 79e6c110a2
commit 88ad7ce32f

View file

@ -12,5 +12,5 @@ package org.eclipse.cdt.debug.core.cdi.model;
*
* @since Jul 22, 2002
*/
public interface ICDIArgument extends ICDIVariable {
public interface ICDIArgument extends ICDIVariable, ICDIArgumentObject {
}