Fix clang error, broke last commit.

This commit is contained in:
Wilson Snyder 2020-11-18 22:18:29 -05:00
parent b6ded59c2b
commit 5992d678be
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
//######################################################################
class BrokenTable final : public AstNVisitor {
class BrokenTable VL_NOT_FINAL : public AstNVisitor {
// Table of brokenExists node pointers
private:
// MEMBERS