From 46a701e1befbce1fa5c13ad6a1410fd8993fff9a Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 4 Jun 2020 12:13:51 +0200 Subject: [PATCH] Improve const correctness --- sf-writer/include/ImageAssembler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-writer/include/ImageAssembler.hpp b/sf-writer/include/ImageAssembler.hpp index 3bd634a..ce98962 100644 --- a/sf-writer/include/ImageAssembler.hpp +++ b/sf-writer/include/ImageAssembler.hpp @@ -39,7 +39,7 @@ public: bool is_slot_free(const uint64_t bunch_id); bool is_slot_full(const uint64_t bunch_id); - void process(uint64_t bunch_id, + void process(const uint64_t bunch_id, const int i_module, const BufferBinaryBlock* block_buffer);