Skip to content

Commit

Permalink
minor arg rename in TelegramHeader constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed May 27, 2024
1 parent 71f11b6 commit 86eca51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpr/src/server/telegramheader.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ class TelegramHeader {
*
* This constructor initializes a TelegramHeader object using the length and checksum information taken from the provided byte buffer.
*
* @param body The ByteArray containing the header data of the telegram.
* @param buffer The ByteArray containing the header data of the telegram.
*/
explicit TelegramHeader(const ByteArray& body);
explicit TelegramHeader(const ByteArray& buffer);

~TelegramHeader()=default;

Expand Down

0 comments on commit 86eca51

Please sign in to comment.