diff options
Diffstat (limited to 'include/salticidae/network.h')
-rw-r--r-- | include/salticidae/network.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salticidae/network.h b/include/salticidae/network.h index ec112ad..4e966d1 100644 --- a/include/salticidae/network.h +++ b/include/salticidae/network.h @@ -207,8 +207,8 @@ class ClientNetwork: public MsgNetwork<OpcodeType> { void send_msg(const MsgType &msg, const NetAddr &addr); }; -class PeerNetworkError: public SalticidaeError { - using SalticidaeError::SalticidaeError; +class PeerNetworkError: public ConnPoolError { + using ConnPoolError::ConnPoolError; }; /** Peer-to-peer network where any two nodes could hold a bi-diretional message |