aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-19 09:58:44 +0200
committerEike Ziller <eike.ziller@qt.io>2018-07-19 09:58:44 +0200
commit87537724ef5ee295244a638d0285ffe0e2b9d6ce (patch)
tree9abc00d474e1b7cc6f44fdd0556b48b1868b0a86 /plugins/haskell/haskellbuildconfiguration.h
parent103d6e8d7b699c90a32deec1e9dcc07181e738d5 (diff)
parent9a3a1b266446bb2d35b5ef633f74c65a6f62d74f (diff)
Merge remote-tracking branch 'origin/4.7'
Diffstat (limited to 'plugins/haskell/haskellbuildconfiguration.h')
-rw-r--r--plugins/haskell/haskellbuildconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellbuildconfiguration.h b/plugins/haskell/haskellbuildconfiguration.h
index 66e3323..146294b 100644
--- a/plugins/haskell/haskellbuildconfiguration.h
+++ b/plugins/haskell/haskellbuildconfiguration.h
@@ -49,7 +49,7 @@ class HaskellBuildConfiguration : public ProjectExplorer::BuildConfiguration
Q_OBJECT
public:
- explicit HaskellBuildConfiguration(ProjectExplorer::Target *target);
+ HaskellBuildConfiguration(ProjectExplorer::Target *target, Core::Id id);
ProjectExplorer::NamedWidget *createConfigWidget() override;
BuildType buildType() const override;