summaryrefslogtreecommitdiff
path: root/src/synexts/derive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/synexts/derive.cpp')
-rw-r--r--src/synexts/derive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synexts/derive.cpp b/src/synexts/derive.cpp
index 5849e280..e4c10f4e 100644
--- a/src/synexts/derive.cpp
+++ b/src/synexts/derive.cpp
@@ -149,7 +149,7 @@ class Decorator_Derive:
{
public:
AttrStage stage() const override { return AttrStage::LatePost; }
- void handle(const AST::MetaItem& attr, AST::Crate& crate, const AST::Path& path, AST::Module& mod, AST::Item& i) const override
+ void handle(const AST::MetaItem& attr, ::AST::Crate& crate, const AST::Path& path, AST::Module& mod, AST::Item& i) const override
{
TU_MATCH_DEF(::AST::Item, (i), (e),
(