mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix for 141001: FileContextBuildMacroValues now implements Cloneable
This commit is contained in:
parent
622a3c2e97
commit
f4fc7d4d27
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2005 Intel Corporation and others.
|
||||
* Copyright (c) 2005, 2006 Intel Corporation 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
|
||||
|
@ -25,7 +25,7 @@ import org.eclipse.cdt.managedbuilder.macros.IFileContextBuildMacroValues;
|
|||
* @since 3.0
|
||||
*/
|
||||
public class FileContextBuildMacroValues implements
|
||||
IFileContextBuildMacroValues {
|
||||
IFileContextBuildMacroValues, Cloneable {
|
||||
|
||||
private IBuilder fBuilder;
|
||||
private IFileContextBuildMacroValues fSupperClassValues;
|
||||
|
|
Loading…
Add table
Reference in a new issue