mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1062073 - Mark BinarySearchDefaultComparator's constructor as explicit; r=froydnj
--HG-- extra : rebase_source : 373682d496f5e4bcf528593dc8cdff55fe9f9698
This commit is contained in:
parent
29dcebef1d
commit
9ccddf16ac
@ -101,7 +101,7 @@ template<class T>
|
||||
class BinarySearchDefaultComparator
|
||||
{
|
||||
public:
|
||||
BinarySearchDefaultComparator(const T& aTarget)
|
||||
explicit BinarySearchDefaultComparator(const T& aTarget)
|
||||
: mTarget(aTarget)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user