mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
99cdc84b19
commit
b2e2842a39
1 changed files with 7 additions and 7 deletions
|
@ -55,11 +55,11 @@ import org.eclipse.core.runtime.Assert;
|
||||||
*/
|
*/
|
||||||
public class CPPASTQualifiedName extends CPPASTNameBase
|
public class CPPASTQualifiedName extends CPPASTNameBase
|
||||||
implements ICPPASTQualifiedName, ICPPASTCompletionContext {
|
implements ICPPASTQualifiedName, ICPPASTCompletionContext {
|
||||||
|
private IASTName[] names;
|
||||||
private IASTName[] names = null;
|
|
||||||
private int namesPos= -1;
|
private int namesPos= -1;
|
||||||
private boolean isFullyQualified;
|
private boolean isFullyQualified;
|
||||||
private char[] signature;
|
private char[] signature;
|
||||||
|
|
||||||
public CPPASTQualifiedName() {
|
public CPPASTQualifiedName() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue