summaryrefslogtreecommitdiff
path: root/textproc/isearch/patches/patch-doctype_referbib.hxx
blob: e0a6b4b0888ce387c927d186b06a2dc2d68a237a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-doctype_referbib.hxx,v 1.1 2012/12/21 10:29:47 dholland Exp $

Chase after the C++ standard:
   - string constants are const char *

--- doctype/referbib.hxx~	1996-07-10 18:54:09.000000000 +0000
+++ doctype/referbib.hxx
@@ -24,7 +24,7 @@ public:
 		PSTRING StringBuffer);
 	~REFERBIB();
 // hooks into the guts of the field parser
-	virtual PCHR UnifiedName (PCHR tag) const; // for children to play with
+	virtual PKCHR UnifiedName (PKCHR tag) const; // for children to play with
 };
 typedef REFERBIB* PREFERBIB;