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:
parent
79e6c110a2
commit
88ad7ce32f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue