diff options
Diffstat (limited to 'plugins/haskell/haskellproject.h')
| -rw-r--r-- | plugins/haskell/haskellproject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/haskell/haskellproject.h b/plugins/haskell/haskellproject.h index 0c307e7..0afb717 100644 --- a/plugins/haskell/haskellproject.h +++ b/plugins/haskell/haskellproject.h @@ -34,7 +34,7 @@ namespace Internal { class HaskellProjectNode : public ProjectExplorer::ProjectNode { public: - HaskellProjectNode(const Utils::FileName &projectFilePath, Core::Id id); + HaskellProjectNode(const Utils::FilePath &projectFilePath); }; class HaskellProject : public ProjectExplorer::Project @@ -42,7 +42,7 @@ class HaskellProject : public ProjectExplorer::Project Q_OBJECT public: - explicit HaskellProject(const Utils::FileName &fileName); + explicit HaskellProject(const Utils::FilePath &fileName); static bool isHaskellProject(Project *project); |
