fix using for NodePacketPair typedef

This commit is contained in:
Stephen Birarda 2015-07-07 16:57:41 -07:00
parent 6c6143f21e
commit cc045c2a30

View file

@ -37,7 +37,7 @@ const quint64 DOMAIN_SERVER_CHECK_IN_MSECS = 1 * 1000;
const int MAX_SILENT_DOMAIN_SERVER_CHECK_INS = 5;
using std::pair<SharedNodePointer, std::unique_ptr<NLPacket>> NodePacketPair;
using NodePacketPair = std::pair<SharedNodePointer, std::unique_ptr<NLPacket>>;
class Application;
class Assignment;