diff options
Diffstat (limited to 'graphics/passepartout/files/patch-src_ps_misc.cc')
-rw-r--r-- | graphics/passepartout/files/patch-src_ps_misc.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/passepartout/files/patch-src_ps_misc.cc b/graphics/passepartout/files/patch-src_ps_misc.cc deleted file mode 100644 index b66975ddfa58..000000000000 --- a/graphics/passepartout/files/patch-src_ps_misc.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/ps/misc.cc.orig 2007-07-04 13:49:34.000000000 -0400 -+++ src/ps/misc.cc 2007-07-04 13:48:35.000000000 -0400 -@@ -3,6 +3,8 @@ - /// - #include "misc.h" - --std::ostream& PS::operator << (std::ostream& out, const PS::Concat& c) { -+namespace PS { -+std::ostream& operator << (std::ostream& out, const Concat& c) { - return out << '[' << c.matrix << "] concat\n"; - } -+} |