diff options
author | pommicket <pommicket@gmail.com> | 2023-08-05 15:08:45 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-05 15:08:45 -0400 |
commit | 4b10cb8f0892a720bd8d7f61b39f5faffc43107c (patch) | |
tree | 0c28195572231c93c11fa3d6b625ea0dc0328ce9 /ide-highlights.c | |
parent | b65943698a241624973f3ab54530bb5d5884cff2 (diff) |
internalize signature help, usages
Diffstat (limited to 'ide-highlights.c')
-rw-r--r-- | ide-highlights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-highlights.c b/ide-highlights.c index 8c58657..a2d149f 100644 --- a/ide-highlights.c +++ b/ide-highlights.c @@ -31,7 +31,7 @@ static void highlights_send_request(Ted *ted) { } -void highlights_process_lsp_response(Ted *ted, LSPResponse *response) { +void highlights_process_lsp_response(Ted *ted, const LSPResponse *response) { Highlights *hls = &ted->highlights; if (response->request.type != LSP_REQUEST_HIGHLIGHT) return; // not a highlight request |