diff --git a/compiler2/ttcn3/OerAST.cc b/compiler2/ttcn3/OerAST.cc index 0fb80c2dcbe743f71481e35d12c651d096894f86..c290152454cb8c9e909a9b0733f6a91a62c555fb 100644 --- a/compiler2/ttcn3/OerAST.cc +++ b/compiler2/ttcn3/OerAST.cc @@ -33,6 +33,6 @@ OerAST::~OerAST() { } bool OerAST::empty() const { - return bytes == -1 && signed_ == true && length == -1 && + return bytes == -1 && signed_ && length == -1 && extendable == false && nr_of_root_comps == 0 && ext_attr_groups.empty() && p.empty(); }