X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FPackets%2FMPEGDVBBundle%2FMPESection.hh;fp=senf%2FPackets%2FMPEGDVBBundle%2FMPESection.hh;h=0286242ba37032e86ba16e1278422f1f98611513;hp=a384c2e68b7a2145587a9a2f139adaeb0fcae5d9;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hpb=9de1568365b7ac411b84da000e18516d9c3b3293 diff --git a/senf/Packets/MPEGDVBBundle/MPESection.hh b/senf/Packets/MPEGDVBBundle/MPESection.hh index a384c2e..0286242 100644 --- a/senf/Packets/MPEGDVBBundle/MPESection.hh +++ b/senf/Packets/MPEGDVBBundle/MPESection.hh @@ -103,7 +103,7 @@ namespace senf { UInt32Parser crc() const { return parse( data().size()-4 ); } boost::uint32_t calcCrc() const; - friend class MPESectionType; + friend struct MPESectionType; private: typedef boost::crc_optimal<32, 0x04C11DB7, 0xFFFFFFFF, 0, false, false> crc32_t;