https://issues.apache.org/bugzilla/show_bug.cgi?id=49260
Summary: error in include guard
Product: Security
Version: C++ 1.5.1
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: trivial
Priority: P2
Component: C++ Signature
AssignedTo: [email protected]
ReportedBy: [email protected]
In the file TXFMXPathFilte.hpp
(http://santuario.apache.org/c/apiDocs/TXFMXPathFilter_8hpp-source.html) at
line 26 and 27 there is an error in the include guard defines. The define in
line 27 should have an T as first letter.
#if !defined (TXFMXPATHFILTER_HEADER)
#define XFMXPATHFILTER_HEADER
should be
#if !defined (TXFMXPATHFILTER_HEADER)
#define TXFMXPATHFILTER_HEADER
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.