mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
ICDIRegister extends ICDIRegisterObject.
This commit is contained in:
parent
88ad7ce32f
commit
5d1916545e
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ package org.eclipse.cdt.debug.core.cdi.model;
|
||||||
*
|
*
|
||||||
* @since Jul 9, 2002
|
* @since Jul 9, 2002
|
||||||
*/
|
*/
|
||||||
public interface ICDIRegister extends ICDIVariable {
|
public interface ICDIRegister extends ICDIVariable, ICDIRegisterObject {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue