Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ResolveAssertions.cc

    r85dac33 r6f096d2  
    7373                CandidateList matches;
    7474
    75                 DeferItem( const DeclarationWithType* decl, const AssertionSetValue& info, CandidateList&& matches )
     75                DeferItem( DeclarationWithType* decl, const AssertionSetValue& info, CandidateList&& matches )
    7676                : decl(decl), info(info), matches(std::move(matches)) {}
    7777
Note: See TracChangeset for help on using the changeset viewer.