aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.cpp')
-rw-r--r--plugins/haskell/haskellrunconfiguration.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.cpp b/plugins/haskell/haskellrunconfiguration.cpp
index a0a3313..d3cdb95 100644
--- a/plugins/haskell/haskellrunconfiguration.cpp
+++ b/plugins/haskell/haskellrunconfiguration.cpp
@@ -48,8 +48,7 @@ HaskellRunConfigurationFactory::HaskellRunConfigurationFactory()
addRunWorkerFactory<SimpleTargetRunner>(ProjectExplorer::Constants::NORMAL_RUN_MODE);
}
-HaskellExecutableAspect::HaskellExecutableAspect(RunConfiguration *rc)
- : BaseStringAspect(rc)
+HaskellExecutableAspect::HaskellExecutableAspect()
{
setSettingsKey("Haskell.Executable");
setLabelText(tr("Executable"));