We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716acde + fce22a4 commit 5a74561Copy full SHA for 5a74561
1 file changed
libs/binder/trusty/include/binder/RpcServerTrusty.h
@@ -42,7 +42,7 @@ class RpcServerTrusty final : public virtual RefBase {
42
// equivalent.
43
struct PortAcl {
44
uint32_t flags;
45
- std::vector<const uuid> uuids;
+ std::vector<uuid> uuids;
46
const void* extraData;
47
};
48
0 commit comments