Non-functional: Add some missing const, related to signature selection.

This commit is contained in:
John Kessenich 2016-08-26 14:01:43 -06:00
parent 1389e3e63d
commit 81cd764b5f
5 changed files with 9 additions and 9 deletions

View file

@ -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,