Commit 522457a
committed
clang 16: fix non-const lvalue reference error
wxNamingTree.cpp:94:45: error: non-const lvalue reference to type 'wxTreeItemIdValue'
(aka 'void *') cannot bind to a value of unrelated type 'long'
wxTreeItemId child = GetFirstChild( item, cookie);
^~~~~~1 parent 57011d5 commit 522457a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments