fix(UML-1462): Добавлен const для флага skip
This commit is contained in:
parent
ad0c1194ed
commit
4e3a2dad98
@ -23,7 +23,7 @@ struct Padding {
|
||||
|
||||
struct PackFunctorBase {
|
||||
uint8_t *raw;
|
||||
bool skip;
|
||||
const bool skip;
|
||||
|
||||
template<typename DataT>
|
||||
void operator()(DataT& data) {
|
||||
|
Loading…
Reference in New Issue
Block a user