$NetBSD: patch-ae,v 1.1 2006/12/10 04:53:24 smb Exp $

--- grap_draw.h.orig	2006-12-09 23:47:30.000000000 -0500
+++ grap_draw.h	2006-12-09 23:47:39.000000000 -0500
@@ -239,7 +239,7 @@
     int yautoscale;	// True if the user has not given an explicit y range
     string name;	// Name of the coordinate system, if any
 
-    void coord::newpt(double x, double y) {
+    void newpt(double x, double y) {
 	newx(x); newy(y);
     }
     void newx(double);
