Commit 13b66a77 authored by Max Kellermann's avatar Max Kellermann

DecoderBuffer: make "decoder" const

parent ed708360
...@@ -26,7 +26,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment