WINGs: Fix incomplete prototypes for functions that take no argument

This commit is contained in:
Christophe CURIS
2021-08-10 09:42:43 +01:00
committed by Carlos R. Mafra
parent dce34e926b
commit 26491867a3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -599,7 +599,7 @@ static void dragSourceResponseTimeOut(void *destView)
W_DragDestinationInfoClear(info);
}
void W_DragDestinationStopTimer()
void W_DragDestinationStopTimer(void)
{
if (dndDestinationTimer != NULL) {
WMDeleteTimerHandler(dndDestinationTimer);