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
|
|
@ -144,7 +144,7 @@ protected:
|
|||
std::function<void(int, const char*)> errorCallback;
|
||||
|
||||
// see implementation for detail
|
||||
const TFunction* selectFunction(TVector<const TFunction*>, const TFunction&,
|
||||
const TFunction* selectFunction(const TVector<const TFunction*>, const TFunction&,
|
||||
std::function<bool(const TType&, const TType&)>,
|
||||
std::function<bool(const TType&, const TType&, const TType&)>,
|
||||
/* output */ bool& tie);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue