summaryrefslogtreecommitdiff
path: root/time/ical/patches/patch-ah
blob: eba962bb8e76800254574fc0f9889fc9d2380314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2004/04/01 00:52:39 minskim Exp $

--- cal_tcl.h.orig	1994-10-22 12:36:34.000000000 -0500
+++ cal_tcl.h
@@ -24,7 +24,7 @@ class Calendar_Tcl : public Object {
     int error();		/* Used to detect initialization error */
     char const* error_msg();	/* Error description */
 
-    virtual int method(int, char*[]);
+    virtual int method(int, const char*[]);
 
     CalFile*  main;		/* Main calendar */
     FileList* includes;		/* Included calendars */