Skip to content

Commit

Permalink
Fix settings type.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Jan 1, 2025
1 parent 5d8454c commit ed93f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ void setInteractive()
}

#if defined(HAVE_LSP)
bool lspmode=getSetting<Int>("lsp");
bool lspmode=getSetting<bool>("lsp");
#else
bool lspmode=false;
#endif
Expand Down

0 comments on commit ed93f99

Please sign in to comment.