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 e6f191d0..d52823aa 100644
--- a/src/synexts/derive.cpp
+++ b/src/synexts/derive.cpp
@@ -143,7 +143,7 @@ class Decorator_Derive:
public CDecoratorHandler
{
public:
- void handle_item(AST::Module& mod, const AST::MetaItem& attr, const AST::Path& path, AST::Struct& str) const override
+ void handle_item(AST::Crate& , AST::Module& mod, const AST::MetaItem& attr, const AST::Path& path, AST::Struct& str) const override
{
derive_item(mod, attr, path, str);
}