mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
8ced7ce43b
commit
be25f45843
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Markus Schorn - initial API and implementation
|
* Markus Schorn - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.core.pdom.dom.cpp;
|
package org.eclipse.cdt.internal.core.pdom.dom.cpp;
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@ import org.eclipse.core.runtime.CoreException;
|
||||||
public class PDOMCPPTemplateTemplateParameter extends PDOMCPPBinding
|
public class PDOMCPPTemplateTemplateParameter extends PDOMCPPBinding
|
||||||
implements ICPPTemplateTemplateParameter, ICPPUnknownBinding, ICPPUnknownType, IIndexType,
|
implements ICPPTemplateTemplateParameter, ICPPUnknownBinding, ICPPUnknownType, IIndexType,
|
||||||
IPDOMCPPTemplateParameter, IPDOMCPPTemplateParameterOwner {
|
IPDOMCPPTemplateParameter, IPDOMCPPTemplateParameterOwner {
|
||||||
|
|
||||||
private static final int PACK_BIT = 1 << 31;
|
private static final int PACK_BIT = 1 << 31;
|
||||||
|
|
||||||
private static final int DEFAULT_TYPE = PDOMCPPBinding.RECORD_SIZE;
|
private static final int DEFAULT_TYPE = PDOMCPPBinding.RECORD_SIZE;
|
||||||
|
|
Loading…
Add table
Reference in a new issue