mirror of
https://github.com/danog/libtgvoip.git
synced 2024-12-04 18:47:48 +01:00
Fix build with C++20.
This commit is contained in:
parent
debda1aa5e
commit
ed9ac136d1
@ -54,8 +54,6 @@ const uint32_t kFmtSubchunkSize = sizeof(FmtSubchunk) - sizeof(ChunkHeader);
|
|||||||
// Simple wav header. It does not include chunks that are not essential to read
|
// Simple wav header. It does not include chunks that are not essential to read
|
||||||
// audio samples.
|
// audio samples.
|
||||||
struct WavHeader {
|
struct WavHeader {
|
||||||
WavHeader(const WavHeader&) = default;
|
|
||||||
WavHeader& operator=(const WavHeader&) = default;
|
|
||||||
RiffHeader riff;
|
RiffHeader riff;
|
||||||
FmtSubchunk fmt;
|
FmtSubchunk fmt;
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user