Skip to content

Commit 5a74561

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "binder: avoid vector<const T>" into main
2 parents 716acde + fce22a4 commit 5a74561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/binder/trusty/include/binder/RpcServerTrusty.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RpcServerTrusty final : public virtual RefBase {
4242
// equivalent.
4343
struct PortAcl {
4444
uint32_t flags;
45-
std::vector<const uuid> uuids;
45+
std::vector<uuid> uuids;
4646
const void* extraData;
4747
};
4848

0 commit comments

Comments
 (0)