mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
fix using for NodePacketPair typedef
This commit is contained in:
parent
6c6143f21e
commit
cc045c2a30
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const quint64 DOMAIN_SERVER_CHECK_IN_MSECS = 1 * 1000;
|
||||||
|
|
||||||
const int MAX_SILENT_DOMAIN_SERVER_CHECK_INS = 5;
|
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 Application;
|
||||||
class Assignment;
|
class Assignment;
|
||||||
|
|
Loading…
Reference in a new issue