DecoderBuffer: make "decoder" const
This commit is contained in:
parent
ed70836057
commit
13b66a77c7
@ -26,7 +26,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
struct DecoderBuffer {
|
||||
Decoder *decoder;
|
||||
Decoder *const decoder;
|
||||
InputStream &is;
|
||||
|
||||
DynamicFifoBuffer<uint8_t> buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user