diff options
| author | 2016-08-16 02:39:40 +0000 | |
|---|---|---|
| committer | 2016-08-16 02:39:40 +0000 | |
| commit | bd070b7792b7ff3d2783c1621cf255f39223837c (patch) | |
| tree | cdcb86bf59a60841a675f74fb3045c97554a3c33 | |
| parent | 442e9a6bcf3505abbda69cbf2f4245fb4760ba97 (diff) | |
| parent | 1ab51f37699de9c34e655bd2795d6fd3eccfe98b (diff) | |
Merge "Fix google-explicit-constructor warnings." am: ea537bf5b3 am: 9c0b881c9d
am: 1ab51f3769
Change-Id: Ide274953e85d1ba9e0e978a531d69c3543e7923a
| -rw-r--r-- | tools/split-select/SplitSelector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/split-select/SplitSelector.h b/tools/split-select/SplitSelector.h index 193fda7077d3..120354f608f3 100644 --- a/tools/split-select/SplitSelector.h +++ b/tools/split-select/SplitSelector.h @@ -29,7 +29,7 @@ namespace split { class SplitSelector { public: SplitSelector(); - SplitSelector(const android::Vector<SplitDescription>& splits); + explicit SplitSelector(const android::Vector<SplitDescription>& splits); android::Vector<SplitDescription> getBestSplits(const SplitDescription& target) const; |