CDImage: Fix Linux build

This commit is contained in:
Connor McLaughlin
2021-03-27 15:34:15 +10:00
parent 5aa70cf797
commit fa2525324e
2 changed files with 16 additions and 4 deletions

View File

@ -135,8 +135,6 @@ public:
BitField<u8, bool, 5, 1> digital_copy_permitted;
BitField<u8, bool, 6, 1> data;
BitField<u8, bool, 7, 1> four_channel_audio;
Control& operator=(const Control& c) { bits = c.bits; return *this; }
};
struct