mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
due to refactor
This commit is contained in:
parent
394aa2311a
commit
ad31833096
1 changed files with 2 additions and 1 deletions
|
@ -13,11 +13,12 @@ package org.eclipse.cdt.make.internal.ui;
|
||||||
import org.eclipse.cdt.make.core.IMakeBuilderInfo;
|
import org.eclipse.cdt.make.core.IMakeBuilderInfo;
|
||||||
import org.eclipse.cdt.make.core.MakeBuilder;
|
import org.eclipse.cdt.make.core.MakeBuilder;
|
||||||
import org.eclipse.cdt.make.core.MakeCorePlugin;
|
import org.eclipse.cdt.make.core.MakeCorePlugin;
|
||||||
|
import org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock;
|
||||||
import org.eclipse.core.resources.IProject;
|
import org.eclipse.core.resources.IProject;
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
import org.eclipse.core.runtime.Preferences;
|
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) {
|
public ErrorParserBlock(Preferences prefs) {
|
||||||
super(prefs);
|
super(prefs);
|
||||||
|
|
Loading…
Add table
Reference in a new issue