mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Add a couple of mising assignment operators to match copy constructors
This commit is contained in:
parent
e8dbfc1cb0
commit
859588d710
4 changed files with 33 additions and 0 deletions
|
@ -583,6 +583,8 @@ public:
|
|||
TypeDecl(const TypeDecl& other);
|
||||
~TypeDecl();
|
||||
|
||||
TypeDecl& operator=(const TypeDecl& other);
|
||||
|
||||
const detail::AttrPtr& GetAttr(detail::AttrTag a) const
|
||||
{
|
||||
return attrs ? attrs->Find(a) : detail::Attr::nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue