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);
|
chHeapFree((void *)((GButtonObject *)gh)->txt);
|
||||||
}
|
}
|
||||||
geventDetachSource(&((GButtonObject *)gh)->listener, 0);
|
geventDetachSource(&((GButtonObject *)gh)->listener, 0);
|
||||||
geventDetachSourceListeners((GSourceHandle *)gh);
|
geventDetachSourceListeners((GSourceHandle)gh);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue