diff options
Diffstat (limited to 'src/trans/monomorphise.hpp')
-rw-r--r-- | src/trans/monomorphise.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans/monomorphise.hpp b/src/trans/monomorphise.hpp index 16a5d742..f1ffea2d 100644 --- a/src/trans/monomorphise.hpp +++ b/src/trans/monomorphise.hpp @@ -14,4 +14,4 @@ namespace HIR { class Crate; } -extern ::MIR::FunctionPointer Trans_Monomorphise(const ::HIR::Crate& crate, const Trans_Params& params, const ::MIR::FunctionPointer& tpl); +extern ::MIR::FunctionPointer Trans_Monomorphise(const ::StaticTraitResolve& crate, const Trans_Params& params, const ::MIR::FunctionPointer& tpl); |