From 72f72c4404a49a1fb2191e6d6405296461b40a32 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 2 Sep 2018 21:50:57 -0400 Subject: minor --- include/salticidae/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/salticidae/msg.h') diff --git a/include/salticidae/msg.h b/include/salticidae/msg.h index 80b468a..fa4283e 100644 --- a/include/salticidae/msg.h +++ b/include/salticidae/msg.h @@ -149,7 +149,7 @@ class MsgBase { opcode = _opcode; } - bytearray_t &&get_payload() const { + DataStream &&get_payload() const { #ifndef SALTICIDAE_NOCHECK if (no_payload) throw std::runtime_error("payload not available"); -- cgit v1.2.3