aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelldocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskelldocument.cpp')
-rw-r--r--plugins/haskell/haskelldocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskelldocument.cpp b/plugins/haskell/haskelldocument.cpp
index 98850bc..b2cc8e0 100644
--- a/plugins/haskell/haskelldocument.cpp
+++ b/plugins/haskell/haskelldocument.cpp
@@ -37,7 +37,7 @@ namespace Internal {
HaskellDocument::HaskellDocument()
: TextDocument(Constants::C_HASKELLEDITOR_ID)
{
- connect(this, &IDocument::filePathChanged, this, [this](const FileName &, const FileName &fn) {
+ connect(this, &IDocument::filePathChanged, this, [this](const FilePath &, const FilePath &fn) {
m_ghcmod = HaskellManager::ghcModForFile(fn);
});
}