Skip to content

Commit 3289857

Browse files
committed
修复警告
1 parent 871fe48 commit 3289857

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CodeService/src/FormatElement/TextElement.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
TextElement::TextElement(std::string_view text, TextRange range)
55
: FormatElement(range),
6-
_text(text),
7-
_node(nullptr)
6+
_node(nullptr),
7+
_text(text)
8+
89
{
910
}
1011

0 commit comments

Comments
 (0)