diff options
author | joerg <joerg@pkgsrc.org> | 2013-03-28 21:43:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-03-28 21:43:05 +0000 |
commit | 196c867805c60872d88c5c595bed0d08b3c55376 (patch) | |
tree | b03afbb16b469f851780f6616aa2387b09246bfd /security/MyPasswordSafe/patches | |
parent | 1388c4032f3ff39140a9e581d83738050b2ad079 (diff) | |
download | pkgsrc-196c867805c60872d88c5c595bed0d08b3c55376.tar.gz |
Forward declaration must not be qualified with a namespace. Adjust.
Diffstat (limited to 'security/MyPasswordSafe/patches')
-rw-r--r-- | security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp b/security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp new file mode 100644 index 00000000000..4677c4da9c2 --- /dev/null +++ b/security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_xmlserializer.hpp,v 1.1 2013/03/28 21:43:11 joerg Exp $ + +--- src/xmlserializer.hpp.orig 2013-03-27 10:08:42.000000000 +0000 ++++ src/xmlserializer.hpp +@@ -22,7 +22,6 @@ + #include "safeserializer.hpp" + + class Safe; +-enum Safe::Error; + class EncryptedString; + class SecuredString; + |