aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/followsymbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/followsymbol.h')
-rw-r--r--plugins/haskell/followsymbol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/haskell/followsymbol.h b/plugins/haskell/followsymbol.h
index 63ad772..a4f9051 100644
--- a/plugins/haskell/followsymbol.h
+++ b/plugins/haskell/followsymbol.h
@@ -39,14 +39,14 @@ namespace Internal {
class FollowSymbolAssistProposalItem : public TextEditor::AssistProposalItem
{
public:
- FollowSymbolAssistProposalItem(const Utils::FileName &basePath,
+ FollowSymbolAssistProposalItem(const Utils::FilePath &basePath,
const SymbolInfoOrError &info,
bool inNextSplit);
void apply(TextEditor::TextDocumentManipulatorInterface &, int) const override;
private:
- Utils::FileName m_basePath;
+ Utils::FilePath m_basePath;
SymbolInfoOrError m_info;
bool m_inNextSplit;
};