Commit 5b550ae
committed
Use
When encoding values, there is no need to modify the encoded data when
writing it out. So mark the pointers used to reference the encoded data
as `const`. While there is nothing happening here that should cause
issues, this will help further safeguard developers making changes here
and clarify the intent.const char* with binary encoded values1 parent c05d33b commit 5b550ae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments