aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.cpp b/net.cpp
index 6952c282..94699513 100644
--- a/net.cpp
+++ b/net.cpp
@@ -51,7 +51,7 @@ protected:
struct TestNodeTable: public NodeTable
{
/// Constructor
- using NodeTable::NodeTable;
+ TestNodeTable(ba::io_service& _io, KeyPair _alias, uint16_t _port = 30300): NodeTable(_io, _alias, _port) {}
static std::vector<std::pair<KeyPair,unsigned>> createTestNodes(unsigned _count)
{