mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
2248fd43bc
commit
4628ff3643
1 changed files with 5 additions and 6 deletions
|
@ -26,7 +26,6 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor;
|
|||
* Function parameter or non-type template parameter declaration.
|
||||
*/
|
||||
public class CPPASTParameterDeclaration extends ASTNode implements ICPPASTParameterDeclaration, IASTAmbiguityParent {
|
||||
|
||||
private IASTDeclSpecifier fDeclSpec;
|
||||
private ICPPASTDeclarator fDeclarator;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue