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

--- item_tcl.h.orig	1994-02-24 16:59:27.000000000 -0600
+++ item_tcl.h
@@ -31,7 +31,7 @@ class Item_Tcl : public Object {
     static Item_Tcl* find(Item*);
 
     // effects	Handle TCL commands
-    virtual int method(int, char*[]);
+    virtual int method(int, const char*[]);
   private:
     Item* item;		// Associated item
     CalFile* cal;	// Associated calendar