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