pkgsrc/devel/pwlib/patches/patch-cd

14 lines
624 B
Text
Raw Normal View History

$NetBSD: patch-cd,v 1.1 2007/10/10 15:16:12 rillig Exp $
--- include/ptclib/vxml.h.orig 2004-11-11 08:34:50.000000000 +0100
+++ include/ptclib/vxml.h 2007-10-10 17:03:02.000000000 +0200
@@ -360,7 +360,7 @@ class PVXMLSession : public PIndirectCha
virtual PString GetVar(const PString & str) const;
virtual void SetVar(const PString & ostr, const PString & val);
- virtual PString PVXMLSession::EvaluateExpr(const PString & oexpr);
+ virtual PString EvaluateExpr(const PString & oexpr);
virtual BOOL RetreiveResource(const PURL & url, PString & contentType, PFilePath & fn, BOOL useCache = TRUE);