Fix compiler warning
This commit is contained in:
parent
2d7c95d20a
commit
3bcbfacc5c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void gwinDestroyWindow(GHandle gh) {
|
|||
chHeapFree((void *)((GButtonObject *)gh)->txt);
|
||||
}
|
||||
geventDetachSource(&((GButtonObject *)gh)->listener, 0);
|
||||
geventDetachSourceListeners((GSourceHandle *)gh);
|
||||
geventDetachSourceListeners((GSourceHandle)gh);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue