summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-at
blob: 33de870868061d0ec9b539c98846cb03843a1ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-at,v 1.3 2006/10/03 22:56:51 schwarz Exp $

--- converter/other/pamtosvg/curve.h.orig	2006-09-30 19:10:27.000000000 +0200
+++ converter/other/pamtosvg/curve.h	2006-09-30 19:10:52.000000000 +0200
@@ -83,7 +83,7 @@
              pm_pixelcoord const p);
 
 /* Like `append_pixel', for a point in real coordinates.  */
-extern void append_point (curve_type c, float_coord p);
+extern void append_point (curve_type const c, float_coord const p);
 
 /* Write some or all, respectively, of the curve C in human-readable
    form to the log file, if logging is enabled.  */