aboutsummaryrefslogtreecommitdiff
path: root/test/test_msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_msg.cpp')
-rw-r--r--test/test_msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_msg.cpp b/test/test_msg.cpp
index ee13166..d21b7f3 100644
--- a/test/test_msg.cpp
+++ b/test/test_msg.cpp
@@ -64,7 +64,7 @@ struct MsgTest {
const opcode_t MsgTest::opcode;
int main() {
- salticidae::MsgBase<opcode_t> msg(MsgTest(10));
+ salticidae::MsgBase<opcode_t> msg(MsgTest(10), 0x0);
printf("%s\n", std::string(msg).c_str());
MsgTest parse(msg.get_payload());
return 0;