diff options
Diffstat (limited to 'security/saferpay/files/patch-xml-xmlElementEnum.h')
-rw-r--r-- | security/saferpay/files/patch-xml-xmlElementEnum.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/saferpay/files/patch-xml-xmlElementEnum.h b/security/saferpay/files/patch-xml-xmlElementEnum.h new file mode 100644 index 000000000000..a135810f03ce --- /dev/null +++ b/security/saferpay/files/patch-xml-xmlElementEnum.h @@ -0,0 +1,11 @@ +--- saferpay/xml/xmlElementEnum.h.orig Mon Sep 9 21:43:38 2002 ++++ saferpay/xml/xmlElementEnum.h Mon Sep 9 21:43:41 2002 +@@ -11,7 +11,7 @@ + + class xmlElementEnum : public SxObject + { +- friend xmlElement; ++ friend class xmlElement; + + public: + xmlElementEnum() : SxObject() {;} |