summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-10-03 16:28:15 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-10-03 16:28:15 +0000
commit7a030d121ee2978506b1928119542d333dc61513 (patch)
tree2799ac17e7200f07aec9686249077ceb65e0db96 /src/color-profile.cpp
parentSplit CMS to separate prefs page (diff)
downloadinkscape-7a030d121ee2978506b1928119542d333dc61513.tar.gz
inkscape-7a030d121ee2978506b1928119542d333dc61513.zip
non-lcms build fixes
(bzr r3830)
Diffstat (limited to 'src/color-profile.cpp')
-rw-r--r--src/color-profile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index b7c8c40ed..75757068f 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -32,8 +32,10 @@ static void colorprofile_build( SPObject *object, SPDocument *document, Inkscape
static void colorprofile_set( SPObject *object, unsigned key, gchar const *value );
static Inkscape::XML::Node *colorprofile_write( SPObject *object, Inkscape::XML::Node *repr, guint flags );
+#if ENABLE_LCMS
static cmsHPROFILE colorprofile_get_system_profile_handle();
static cmsHPROFILE colorprofile_get_proof_profile_handle();
+#endif // ENABLE_LCMS
}
#ifdef DEBUG_LCMS