src/wave/model/higher-tx-tag.cc
changeset 11330 995dac2d45cd
parent 11161 e25365d372fb
--- a/src/wave/model/higher-tx-tag.cc	Thu Apr 16 21:10:21 2015 -0700
+++ b/src/wave/model/higher-tx-tag.cc	Thu Apr 16 21:29:05 2015 -0700
@@ -33,6 +33,7 @@
 {
   static TypeId tid = TypeId ("ns3::HigherLayerTxVectorTag")
     .SetParent<Tag> ()
+    .SetGroupName ("Wave")
     .AddConstructor<HigherLayerTxVectorTag> ()
   ;
   return tid;