summaryrefslogtreecommitdiff
path: root/src/expand/cfg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/cfg.hpp')
-rw-r--r--src/expand/cfg.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/cfg.hpp b/src/expand/cfg.hpp
index edf17851..7c7785bb 100644
--- a/src/expand/cfg.hpp
+++ b/src/expand/cfg.hpp
@@ -6,4 +6,4 @@
extern void Cfg_SetFlag(::std::string name);
extern void Cfg_SetValue(::std::string name, ::std::string val);
extern void Cfg_SetValueCb(::std::string name, ::std::function<bool(const ::std::string&)> cb);
-extern bool check_cfg(Span sp, const ::AST::MetaItem& mi);
+extern bool check_cfg(const Span& sp, const ::AST::Attribute& mi);