From ba6e68fea6287e3f1c619bfb757d202d58020807 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 12 Mar 2005 11:03:07 +0000 Subject: Update to 0.41. --- graphics/inkscape/files/patch-src::libnr::nr-maybe.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 graphics/inkscape/files/patch-src::libnr::nr-maybe.h (limited to 'graphics/inkscape/files/patch-src::libnr::nr-maybe.h') diff --git a/graphics/inkscape/files/patch-src::libnr::nr-maybe.h b/graphics/inkscape/files/patch-src::libnr::nr-maybe.h deleted file mode 100644 index d7ce3dba1a30..000000000000 --- a/graphics/inkscape/files/patch-src::libnr::nr-maybe.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/libnr/nr-maybe.h.orig Mon Aug 2 11:58:44 2004 -+++ src/libnr/nr-maybe.h Mon Aug 2 11:59:21 2004 -@@ -18,13 +18,14 @@ - - #include - #include -+#include - - namespace NR { - - /** An exception class for run-time type errors */ - template - class IsNot : public std::domain_error { -- IsNot() : domain_error(string("Is not ") + typeid(T).name()) {} -+ IsNot() : domain_error(std::string("Is not ") + typeid(T).name()) {} - }; - - /** A type with only one value, which (in principle) is only equal to itself. -- cgit v1.2.3