1
0
Fork 0
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:
Anton Leherbauer 2009-05-22 07:59:04 +00:00
parent 1c29e6b4d6
commit fd233c56eb

View file

@ -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.
*/