From a901b985312f70e55834445038c3158af16102b9 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 8 Sep 2017 12:01:00 +0800 Subject: Typecheck - Various tweaks from librustdoc --- src/hir/path.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hir/path.hpp') diff --git a/src/hir/path.hpp b/src/hir/path.hpp index 12e32dd1..7734b657 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -25,7 +25,7 @@ enum Compare { }; typedef ::std::function t_cb_resolve_type; -typedef ::std::function< ::HIR::Compare(unsigned int, const ::HIR::TypeRef&) > t_cb_match_generics; +typedef ::std::function< ::HIR::Compare(unsigned int, const ::std::string&, const ::HIR::TypeRef&) > t_cb_match_generics; static inline ::std::ostream& operator<<(::std::ostream& os, const Compare& x) { switch(x) -- cgit v1.2.3