We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871fe48 commit 3289857Copy full SHA for 3289857
CodeService/src/FormatElement/TextElement.cpp
@@ -3,8 +3,9 @@
3
4
TextElement::TextElement(std::string_view text, TextRange range)
5
: FormatElement(range),
6
- _text(text),
7
- _node(nullptr)
+ _node(nullptr),
+ _text(text)
8
+
9
{
10
}
11
0 commit comments