From fd233c56ebd5dd8079e28b0a15fa136f86e0e88d Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Fri, 22 May 2009 07:59:04 +0000 Subject: [PATCH] Bug 277410 - can not construct CModelBuilder2 in CDT RC1 --- .../org/eclipse/cdt/internal/core/model/CElementInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CElementInfo.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CElementInfo.java index bc590b6bb09..3c59d3a0b0e 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CElementInfo.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CElementInfo.java @@ -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. */