mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Merge branch 'google3'
Change-Id: Ibebf84b98939ee8e5006beedc34d225e8c2dd413
This commit is contained in:
@@ -37,7 +37,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