summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h')
-rw-r--r--graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h b/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h
index 1ce386c415..649c9b76ec 100644
--- a/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h
+++ b/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/did_save.h
@@ -15,7 +15,7 @@ namespace TextDocumentDidSave {
// when the save notifcation was requested.
boost::optional<std::string> text;
- MAKE_SWAP_METHOD(TextDocumentDidSave::Params, textDocument, text);
+ MAKE_SWAP_METHOD(TextDocumentDidSave::Params, textDocument, text);
};
};