repeat enum keyword.
1.1 --- a/src/node/net-device.h Mon Aug 25 10:02:52 2008 -0700
1.2 +++ b/src/node/net-device.h Mon Aug 25 10:03:38 2008 -0700
1.3 @@ -297,7 +297,7 @@
1.4 * otherwise.
1.5 */
1.6 typedef Callback< bool, Ptr<NetDevice>, Ptr<const Packet>, uint16_t,
1.7 - const Address &, const Address &, PacketType > PromiscReceiveCallback;
1.8 + const Address &, const Address &, enum PacketType > PromiscReceiveCallback;
1.9
1.10 /**
1.11 * \param cb callback to invoke whenever a packet has been received in promiscuous mode and must