tmp
This commit is contained in:
parent
81a2247bf2
commit
4f88c45c9e
8 changed files with 120 additions and 117 deletions
|
|
@ -193,6 +193,7 @@ namespace tp {
|
|||
explicit ClassNode(const Buffer<Range<tAlphabetType>>& ranges, bool exclude = false) :
|
||||
Node(Node::CLASS) {
|
||||
mExclude = exclude;
|
||||
mRanges = ranges;
|
||||
}
|
||||
|
||||
~ClassNode() override { mRanges.removeAll(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue