summaryrefslogtreecommitdiff
path: root/ide-highlights.c
diff options
context:
space:
mode:
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