Commit c7485a0
authored
uri: Fix const-correctness violation in
The functions derived non-const pointers from a const-pointer, which is not
correct. Since #19854 no `const` pointers are passed into these
functions, so we can just make the parameter non-const.uri_*_from_obj (#19907)1 parent d58ecb5 commit c7485a0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments