aboutsummaryrefslogtreecommitdiff
path: root/include/salticidae/msg.h
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-09-02 21:50:57 -0400
committerDeterminant <ted.sybil@gmail.com>2018-09-02 21:50:57 -0400
commit72f72c4404a49a1fb2191e6d6405296461b40a32 (patch)
treee5941d5aa270ba38b49eab90755e55d557ba48fe /include/salticidae/msg.h
parent52e051cb6924266003ef21814b5ebaf2b7b45241 (diff)
minor
Diffstat (limited to 'include/salticidae/msg.h')
-rw-r--r--include/salticidae/msg.h2
1 files changed, 1 insertions, 1 deletions
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");