aboutsummaryrefslogtreecommitdiff
path: root/test/test_msg.cpp
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-06-26 19:27:26 -0400
committerDeterminant <ted.sybil@gmail.com>2018-06-26 19:27:26 -0400
commit3a892e396803e0b53d8cee0e4b9f8c5c9b33b742 (patch)
treeef64fa7dd3f89c81ef2ce0aa0290a5a3b5f779d4 /test/test_msg.cpp
parent5c3b39340d365f5ff37a79424956591e87b44816 (diff)
...
Diffstat (limited to 'test/test_msg.cpp')
-rw-r--r--test/test_msg.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_msg.cpp b/test/test_msg.cpp
index 2d039e4..8b7528f 100644
--- a/test/test_msg.cpp
+++ b/test/test_msg.cpp
@@ -30,6 +30,8 @@ using salticidae::get_hash;
using salticidae::get_hex;
struct MsgTest: public salticidae::MsgBase<> {
+ using MsgBase::MsgBase;
+
void gen_testhashes(int cnt) {
DataStream s;
set_opcode(0x01);