summaryrefslogtreecommitdiff
path: root/src/ast/attrs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/attrs.hpp')
-rw-r--r--src/ast/attrs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/attrs.hpp b/src/ast/attrs.hpp
index 860e75ee..a15b4175 100644
--- a/src/ast/attrs.hpp
+++ b/src/ast/attrs.hpp
@@ -114,7 +114,7 @@ public:
)
)
}
- Attribute& operator=(const Attribute&& ) = delete;
+ Attribute& operator=(const Attribute& ) = delete;
Attribute(Attribute&& ) = default;
Attribute& operator=(Attribute&& ) = default;
Attribute clone() const;