diff --git a/Units/MMLAddon/PSInc/Wrappers/window.inc b/Units/MMLAddon/PSInc/Wrappers/window.inc index a041f80..a095e44 100644 --- a/Units/MMLAddon/PSInc/Wrappers/window.inc +++ b/Units/MMLAddon/PSInc/Wrappers/window.inc @@ -49,7 +49,7 @@ end; procedure SetTargetArray(P: Integer; w, h: integer); begin - CurrThread.Client.MWindow.SetTarget(PRGB32(P), point(w,h)); + CurrThread.Client.MWindow.SetTarget(PRGB32(P), classes.point(w,h)); end; procedure activateclient;