summaryrefslogtreecommitdiff
path: root/ide-highlights.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-05 15:08:45 -0400
committerpommicket <pommicket@gmail.com>2023-08-05 15:08:45 -0400
commit4b10cb8f0892a720bd8d7f61b39f5faffc43107c (patch)
tree0c28195572231c93c11fa3d6b625ea0dc0328ce9 /ide-highlights.c
parentb65943698a241624973f3ab54530bb5d5884cff2 (diff)
internalize signature help, usages
Diffstat (limited to 'ide-highlights.c')
-rw-r--r--ide-highlights.c2
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