Non-functional: Add some missing const, related to signature selection.
This commit is contained in:
parent
1389e3e63d
commit
81cd764b5f
5 changed files with 9 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ namespace glslang {
|
|||
// caller's choice for how to report)
|
||||
//
|
||||
const TFunction* TParseContextBase::selectFunction(
|
||||
TVector<const TFunction*> candidateList,
|
||||
const TVector<const TFunction*> candidateList,
|
||||
const TFunction& call,
|
||||
std::function<bool(const TType& from, const TType& to)> convertible,
|
||||
std::function<bool(const TType& from, const TType& to1, const TType& to2)> better,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue