Fix compiler warning

This commit is contained in:
badaix 2020-03-01 19:07:22 +01:00
parent 2b14641704
commit 61de7fab5d

View file

@ -51,8 +51,8 @@ protected:
FLAC__int32* pcmBuffer_;
int pcmBufferSize_;
std::shared_ptr<msg::PcmChunk> flacChunk_;
size_t encodedSamples_;
std::shared_ptr<msg::PcmChunk> flacChunk_;
};
} // namespace encoder