summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-src_color-profile.cpp
blob: bfe05ab8e2e87315f1c9f8f75457f2afd9d659db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-src_color-profile.cpp,v 1.1 2012/11/16 00:54:04 joerg Exp $

--- src/color-profile.cpp.orig	2012-11-15 16:10:51.000000000 +0000
+++ src/color-profile.cpp
@@ -103,6 +103,8 @@ extern guint update_in_progress;
 
 static SPObjectClass *cprof_parent_class;
 
+namespace Inkscape {
+
 class ColorProfileImpl {
 public:
 #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
@@ -129,6 +131,7 @@ public:
 #endif // defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
 };
 
+}
 
 
 namespace Inkscape {