aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/makestep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makestep.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/makestep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makestep.cpp b/src/plugins/autotoolsprojectmanager/makestep.cpp
index 2ab3d684b4..7775ebdbc9 100644
--- a/src/plugins/autotoolsprojectmanager/makestep.cpp
+++ b/src/plugins/autotoolsprojectmanager/makestep.cpp
@@ -41,10 +41,10 @@ namespace Internal {
class MakeStep : public ProjectExplorer::MakeStep
{
public:
- MakeStep(ProjectExplorer::BuildStepList *bsl, Core::Id id);
+ MakeStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
};
-MakeStep::MakeStep(ProjectExplorer::BuildStepList *bsl, Core::Id id)
+MakeStep::MakeStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id)
: ProjectExplorer::MakeStep(bsl, id)
{
setAvailableBuildTargets({"all", "clean"});