summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-02 13:36:38 -0500
committerpommicket <pommicket@gmail.com>2023-01-02 13:36:38 -0500
commitc0d0117a963cf8e4dfb28b919087d8a8ecbbca6e (patch)
tree0c412921f82f141cf733e8de4b4b02152446dba5 /lsp.h
parent1dc24e79ec7cf80e06b9c4e7cc55e18857b624c1 (diff)
fix up restructuring
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp.h b/lsp.h
index 6623300..7803ea1 100644
--- a/lsp.h
+++ b/lsp.h
@@ -494,7 +494,7 @@ typedef struct LSP {
// The server process
// thread-safety: created in lsp_create, then only accessed by the communication thread
- Process process;
+ Process *process;
SDL_mutex *document_mutex;
// for our purposes, folders are "documents"