diff options
| author | 2020-11-02 13:43:50 -0800 | |
|---|---|---|
| committer | 2020-11-03 09:12:16 -0800 | |
| commit | d08b1e404f319c52257c9d8df3b934876a43be21 (patch) | |
| tree | f12ec611f4f22bda207f2be0a5ca1d3835929d39 /vulkan/libvulkan/api.cpp | |
| parent | 1111ce4a0d84521cc26c0e7f2dd3033b3dd4276b (diff) | |
Make ScopedFileDescriptor default ctor implicit
Having the default ctor marked explicit causes problems initializing
it using the {} syntax, which occurs, e.g. in
binder_parcel_utils.h:483
Without this change, compilation fails with:
"chosen constructor is explicit in copy-initialization"
Test: compiles
Change-Id: Ic261a3d9ce4bbd7d3d54402ccdcc4d4e02add271
Diffstat (limited to 'vulkan/libvulkan/api.cpp')
0 files changed, 0 insertions, 0 deletions