@@ -99,11 +99,11 @@ static struct DOSIFace *IDOS = NULL; OF_DESTRUCTOR() { if (IDOS != NULL) - DropInterface(IDOS); + DropInterface((struct Interface *)IDOS); if (DOSBase != NULL) CloseLibrary(DOSBase); } #endif