OSDN Git Service

Fix google-explicit-constructor warnings in system/core.
[android-x86/system-core.git] / libmemunreachable / LeakFolding.h
index 732d3f2..9c6a525 100644 (file)
@@ -54,7 +54,7 @@ class LeakFolding {
     bool dominator;
     SCCInfo* accumulator;
 
-    SCCInfo(Allocator<SCCInfo> allocator) : node(this, allocator),
+    explicit SCCInfo(Allocator<SCCInfo> allocator) : node(this, allocator),
         count(0), size(0), cuumulative_count(0), cuumulative_size(0),
         dominator(false), accumulator(nullptr) {}
    private: