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

Commit c4f5492a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 3163e53e 75067a74
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;