mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
so that extensions an be adaptable
This commit is contained in:
parent
3a2ea22ff2
commit
918addbcbc
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ package org.eclipse.cdt.internal.core;
|
|||
|
||||
import org.eclipse.cdt.core.ICExtensionReference;
|
||||
import org.eclipse.core.resources.IProject;
|
||||
import org.eclipse.core.runtime.PlatformObject;
|
||||
|
||||
public abstract class InternalCExtension {
|
||||
public abstract class InternalCExtension extends PlatformObject {
|
||||
|
||||
private IProject project;
|
||||
private ICExtensionReference extensionRef;
|
||||
|
|
Loading…
Add table
Reference in a new issue