commit | e2347b7953f70232541bdc1b392230d6231aaeb9 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Apr 25 15:41:05 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Apr 25 15:44:11 2016 -0700 |
tree | 1d73a0ad214dcbcdf8bae3d1dc1eebb83985575b | |
parent | 33dcaf9b52649785bff0c56b48f84a8218354888 [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I0ce850de85e0de6a5472dd142f738856142db9ec
diff --git a/libs/binder/MemoryDealer.cpp b/libs/binder/MemoryDealer.cpp index 8739625..a5ba4ac 100644 --- a/libs/binder/MemoryDealer.cpp +++ b/libs/binder/MemoryDealer.cpp
@@ -126,7 +126,7 @@ PAGE_ALIGNED = 0x00000001 }; public: - SimpleBestFitAllocator(size_t size); + explicit SimpleBestFitAllocator(size_t size); ~SimpleBestFitAllocator(); size_t allocate(size_t size, uint32_t flags = 0);