Fix clang error, broke last commit.
This commit is contained in:
parent
b6ded59c2b
commit
5992d678be
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
//######################################################################
|
//######################################################################
|
||||||
|
|
||||||
class BrokenTable final : public AstNVisitor {
|
class BrokenTable VL_NOT_FINAL : public AstNVisitor {
|
||||||
// Table of brokenExists node pointers
|
// Table of brokenExists node pointers
|
||||||
private:
|
private:
|
||||||
// MEMBERS
|
// MEMBERS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue