diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-26 00:00:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-26 00:00:38 +0200 |
| commit | e97157fd7fe6767fdc2b1fa32df5b821296907a9 (patch) | |
| tree | 8a503fdf7e5958bdbb3db8e98fc7d1fd313e63ad /src/bitstream.h | |
| parent | 97b4901435e1ffc59d347cf7478a31fea8fae3a3 (diff) | |
C++11 cleanup.
Diffstat (limited to 'src/bitstream.h')
| -rw-r--r-- | src/bitstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<bool> _data; - boost::optional<boost::crc_basic<16> > _crc; + boost::optional<boost::crc_basic<16>> _crc; }; |
