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

Commit 777f04d1 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 am: 182fb759

am: 36cd6f41

Change-Id: I7a5b1e463697e21fac731fce79ae8d9512d38fea
parents 7de6f68f 36cd6f41
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;