summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h')
-rw-r--r--graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h b/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h
index 536a625c4c..e450a08df1 100644
--- a/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h
+++ b/graphics/asymptote/LspCpp/include/LibLsp/lsp/textDocument/document_link.h
@@ -9,7 +9,7 @@ namespace TextDocumentDocumentLink {
struct Params {
// The document to provide document links for.
lsTextDocumentIdentifier textDocument;
- MAKE_SWAP_METHOD(Params, textDocument)
+ MAKE_SWAP_METHOD(Params, textDocument)
};
};
@@ -27,9 +27,9 @@ struct lsDocumentLink {
boost::optional<lsDocumentUri> target;
boost::optional<lsp::Any> data;
-
+
MAKE_SWAP_METHOD(lsDocumentLink, range, target, data)
-
+
};
MAKE_REFLECT_STRUCT(lsDocumentLink, range, target,data);