X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fbitstream.h;h=1afad17c8c55f752e2462492d51172a9e987212f;hb=3d53fb23efa153e10c37071a4ecac48b74c2dbd6;hp=2dc7c20ef3097706a1a78f8a3ee154fb224493ce;hpb=ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89;p=libdcp.git diff --git a/src/bitstream.h b/src/bitstream.h index 2dc7c20e..1afad17c 100644 --- a/src/bitstream.h +++ b/src/bitstream.h @@ -61,7 +61,7 @@ public: private: std::vector _data; - boost::optional > _crc; + boost::optional> _crc; };