diff options
Diffstat (limited to 'test/test_msg.cpp')
-rw-r--r-- | test/test_msg.cpp | 2 |
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); |