diff -r 7b2e9458bff1 src/wimax/model/wimax-mac-queue.h --- a/src/wimax/model/wimax-mac-queue.h Sun Apr 17 20:06:22 2011 -0700 +++ b/src/wimax/model/wimax-mac-queue.h Mon Apr 18 11:02:58 2011 +0400 @@ -114,7 +114,7 @@ void SetFragmentation (MacHeaderType::HeaderType packetType); void SetFragmentNumber (MacHeaderType::HeaderType packetType); void SetFragmentOffset (MacHeaderType::HeaderType packetType, uint32_t offset); -private: + struct QueueElement { QueueElement (void); @@ -143,6 +143,7 @@ void SetFragmentOffset (uint32_t offset); }; +private: /* In the case of non-UGS service flows at the SS side the queue will store both data packets and bandwidth request packets. The two are distinguished by their headers. The below two functions