summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/color-profile.cpp')
-rw-r--r--src/color-profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index a73344d17..a11aba6c4 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -319,7 +319,7 @@ static Inkscape::XML::Node* Inkscape::colorprofile_write( SPObject *object, Inks
#if ENABLE_LCMS
-static SPObject* bruteFind( SPObject* curr, gchar* const name )
+static SPObject* bruteFind( SPObject* curr, gchar const* name )
{
SPObject* result = 0;
@@ -347,7 +347,7 @@ static SPObject* bruteFind( SPObject* curr, gchar* const name )
return result;
}
-cmsHPROFILE Inkscape::colorprofile_get_handle( SPDocument* document, guint* intent, gchar* const name )
+cmsHPROFILE Inkscape::colorprofile_get_handle( SPDocument* document, guint* intent, gchar const* name )
{
cmsHPROFILE prof = 0;