X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius.git;a=blobdiff_plain;f=postscript.hh;h=e7d311ab3449c88e458188d57ba7afac013944c4;hp=d385513f1fa238b44362e9d96e0e6856d5a63d4b;hb=423c7eda1487df41623921cb5b4b83030ee1006a;hpb=1ddaa7bdf04344661fa4d9339ee85f49cbbf3ad9 diff --git a/postscript.hh b/postscript.hh index d385513..e7d311a 100644 --- a/postscript.hh +++ b/postscript.hh @@ -9,7 +9,7 @@ struct PostScriptOutput : Output { PostScriptOutput(ofstream&); ~PostScriptOutput(); - void drawcell(const Point*, int); + void drawcell(const Point *list, int n, Colour colour); private: ofstream& file; void docell(const Onscreen*, int, const char* what);