diff --git a/collects/htdp/big-draw.ss b/collects/htdp/big-draw.ss index f0925a659d..2f98be4706 100644 --- a/collects/htdp/big-draw.ss +++ b/collects/htdp/big-draw.ss @@ -14,7 +14,7 @@ (define-values/invoke-unit/infer (export graphics^) - (link graphics-posn-less@ standard-mred@)) + (link standard-mred@ graphics-posn-less@)) (provide-signature-elements graphics^)