aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2020-07-07 09:46:52 +0200
committerEike Ziller <[email protected]>2020-07-07 11:35:03 +0000
commitc45487b07f0a86258106112ab4c2c712a76e109e (patch)
treeae3fafd97eecada0eec138d955685bb771b1bcd4 /plugins/haskell/haskellrunconfiguration.cpp
parentb0f51e317a066e8cf3c74813594ada628b1f2412 (diff)
Change to Utils::Id
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.cpp')
-rw-r--r--plugins/haskell/haskellrunconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.cpp b/plugins/haskell/haskellrunconfiguration.cpp
index c421571..0568606 100644
--- a/plugins/haskell/haskellrunconfiguration.cpp
+++ b/plugins/haskell/haskellrunconfiguration.cpp
@@ -53,7 +53,7 @@ HaskellExecutableAspect::HaskellExecutableAspect()
setLabelText(tr("Executable"));
}
-HaskellRunConfiguration::HaskellRunConfiguration(Target *target, Core::Id id)
+HaskellRunConfiguration::HaskellRunConfiguration(Target *target, Utils::Id id)
: RunConfiguration(target, id)
{
addAspect<LocalEnvironmentAspect>(target);