mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 20:13:09 +02:00
rename setType implementation in Packet
This commit is contained in:
parent
822dd46228
commit
59484fc3cf
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Packet& Packet::operator=(Packet&& other) {
|
|||
return *this;
|
||||
}
|
||||
|
||||
void Packet::setPacketType(PacketType::Value type) {
|
||||
void Packet::setType(PacketType::Value type) {
|
||||
auto currentHeaderSize = totalHeadersSize();
|
||||
_type = type;
|
||||
writePacketTypeAndVersion(_type);
|
||||
|
|
Loading…
Reference in a new issue