mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Release based on cl/313536507.
Signed-off-by: Alexey Polyudov <apolyudov@google.com> Change-Id: I83ec7dee1a7ef6f4bdfd47482c94d03910525b7e
This commit is contained in:
@@ -51,7 +51,7 @@ class ByteArray {
|
||||
data_.assign(size, value);
|
||||
}
|
||||
|
||||
char* getData() { return data_.data(); }
|
||||
char* getData() { return &data_[0]; }
|
||||
const char* getData() const { return data_.data(); }
|
||||
size_t size() const { return data_.size(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user