From 1b006d5164c605ef44652b4442309983bfc0d24a Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 25 Jul 2018 12:20:07 -0400 Subject: ... --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 4437b8c..827341d 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,10 @@ Example (MsgNetwork layer) MsgAck() {} MsgAck(DataStream &&s) {} }; - + + const opcode_t MsgHello::opcode; + const opcode_t MsgAck::opcode; + using MsgNetworkByteOp = MsgNetwork; struct MyNet: public MsgNetworkByteOp { -- cgit v1.2.3