forked from pyrite-dev/milsko
fix warning
This commit is contained in:
parent
5ff8d9a6f1
commit
21dcb02428
1 changed files with 2 additions and 0 deletions
|
|
@ -438,6 +438,8 @@ static void mwTreeViewSetOpenedImpl(MwWidget handle, void* item, int opened) {
|
|||
static int mwTreeViewGetOpenedImpl(MwWidget handle, void* item) {
|
||||
MwTreeViewEntry* e = item;
|
||||
|
||||
(void)handle;
|
||||
|
||||
return e->opened;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue