Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 182fb759 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix/suppress google-explicit-constructor warnings"

am: c4f5492a

Change-Id: I83d4cd5f62103b74f3dcf007b80fd8162e4727f7
parents b0a0c397 c4f5492a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ class LayerRef {
    LayerRef& operator=(const LayerRef&) = delete;

    // provides bool-like behavior
    // NOLINTNEXTLINE(google-explicit-constructor)
    operator const Layer*() const { return layer_; }

    PFN_vkGetInstanceProcAddr GetGetInstanceProcAddr() const;