Skip to content

Commit

Permalink
Update components/core/src/clp_s/SchemaTree.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: wraymo <[email protected]>
  • Loading branch information
gibber9809 and wraymo authored Nov 17, 2024
1 parent 072f6e2 commit 58e4a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp_s/SchemaTree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SchemaNode {
std::vector<int32_t> m_children_ids;
// We use a buffer so that references to this key name are stable after this SchemaNode is move
// constructed
std::unique_ptr<char[]> m_key_buf;
std::unique_ptr<char[]> m_key_name_buf;
std::string_view m_key_name;
NodeType m_type;
int32_t m_count;
Expand Down

0 comments on commit 58e4a0c

Please sign in to comment.