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

Commit 5206aa21 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "binder: avoid vector<const T>" into main am: 5a74561a am: 4444fc1e

parents 81ba7fb7 4444fc1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public:
    // equivalent.
    struct PortAcl {
        uint32_t flags;
        std::vector<const uuid> uuids;
        std::vector<uuid> uuids;
        const void* extraData;
    };