mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
Bug 277410 - can not construct CModelBuilder2 in CDT RC1
This commit is contained in:
parent
1c29e6b4d6
commit
fd233c56eb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2000, 2006 QNX Software Systems and others.
|
||||
* Copyright (c) 2000, 2009 QNX Software Systems and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -22,7 +22,7 @@ import org.eclipse.core.resources.IResource;
|
|||
* Holds cached structure and properties for a C element.
|
||||
* Subclassed to carry properties for specific kinds of elements.
|
||||
*/
|
||||
class CElementInfo {
|
||||
public class CElementInfo {
|
||||
/**
|
||||
* Shared empty collection used for efficiency.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue