commit | c406791ead6d864ec693ad01a80c5f471bdc2a7a | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue May 03 14:03:27 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue May 03 17:55:04 2016 -0700 |
tree | 16df8cb3e881d21fd5b233ec3f233f7a292d900f | |
parent | 6fa789211e0d2d0a488bdade34f19b5ea6e5923b [diff] [blame] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I7e061f68acdde368a3b63c029b928133646ebff2
diff --git a/vulkan/libvulkan/layers_extensions.cpp b/vulkan/libvulkan/layers_extensions.cpp index f9b1002..78c8620 100644 --- a/vulkan/libvulkan/layers_extensions.cpp +++ b/vulkan/libvulkan/layers_extensions.cpp
@@ -61,7 +61,7 @@ class LayerLibrary { public: - LayerLibrary(const std::string& path) + explicit LayerLibrary(const std::string& path) : path_(path), dlhandle_(nullptr), refcount_(0) {} LayerLibrary(LayerLibrary&& other)