Skip to content

Commit

Permalink
Fix Client definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Sep 4, 2023
1 parent a42a7b8 commit dc1f26c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/LSP/Client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ using ConfigChangedCallback = std::function<void(const lsp::DocumentUri&, const

struct BaseClient
{
virtual ~BaseClient(){};

virtual const ClientConfiguration getConfiguration(const lsp::DocumentUri& uri) = 0;

virtual void publishDiagnostics(const lsp::PublishDiagnosticsParams& params) = 0;
Expand Down

0 comments on commit dc1f26c

Please sign in to comment.