1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

due to refactor

This commit is contained in:
David Inglis 2003-09-04 20:26:22 +00:00
parent 394aa2311a
commit ad31833096

View file

@ -13,11 +13,12 @@ package org.eclipse.cdt.make.internal.ui;
import org.eclipse.cdt.make.core.IMakeBuilderInfo;
import org.eclipse.cdt.make.core.MakeBuilder;
import org.eclipse.cdt.make.core.MakeCorePlugin;
import org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.Preferences;
public class ErrorParserBlock extends org.eclipse.cdt.ui.dialogs.ErrorParserBlock {
public class ErrorParserBlock extends AbstractErrorParserBlock {
public ErrorParserBlock(Preferences prefs) {
super(prefs);