mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tiny cleanup.
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
MessagePointer mMsg;
|
||||
PackedMessage(MessagePointer msg,int type);
|
||||
|
||||
std::vector<uint8_t>& getBuffer(){ return(mBuffer); }
|
||||
std::vector<uint8_t>& getBuffer() { return(mBuffer); }
|
||||
|
||||
static unsigned getLength(std::vector<uint8_t>& buf);
|
||||
static int getType(std::vector<uint8_t>& buf);
|
||||
|
||||
Reference in New Issue
Block a user