Skip to content

Commit 86eca51

Browse files
committed
minor arg rename in TelegramHeader constructor
1 parent 71f11b6 commit 86eca51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/server/telegramheader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ class TelegramHeader {
4848
*
4949
* This constructor initializes a TelegramHeader object using the length and checksum information taken from the provided byte buffer.
5050
*
51-
* @param body The ByteArray containing the header data of the telegram.
51+
* @param buffer The ByteArray containing the header data of the telegram.
5252
*/
53-
explicit TelegramHeader(const ByteArray& body);
53+
explicit TelegramHeader(const ByteArray& buffer);
5454

5555
~TelegramHeader()=default;
5656

0 commit comments

Comments
 (0)