mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Implementation of PDOMCPPClassInstance.getImplicitMethods().
This commit is contained in:
parent
c032266686
commit
0954c9559b
1 changed files with 3 additions and 3 deletions
|
@ -297,9 +297,9 @@ class PDOMCPPClassInstance extends PDOMCPPInstance implements
|
|||
return original;
|
||||
}
|
||||
|
||||
|
||||
//ICPPClassScope unimplemented
|
||||
public ICPPMethod[] getImplicitMethods() { fail(); return null; }
|
||||
public ICPPMethod[] getImplicitMethods() {
|
||||
return ICPPMethod.EMPTY_CPPMETHOD_ARRAY;
|
||||
}
|
||||
|
||||
public IIndexBinding getScopeBinding() {
|
||||
return this;
|
||||
|
|
Loading…
Add table
Reference in a new issue