17e3b0b8e9
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
13 lines
624 B
Text
13 lines
624 B
Text
$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);
|
|
|