Code

Merge from trunk.
[inkscape.git] / src / color-profile-fns.h
index 62e4c865f03ee3089a896c3f2559e37001d32713..3d22417f673a7a6d983363850e0519e8cc375616 100644 (file)
@@ -13,7 +13,7 @@
 #include <lcms.h>
 #endif // ENABLE_LCMS
 
-class Document;
+class SPDocument;
 
 namespace Inkscape {
 
@@ -27,7 +27,7 @@ GType colorprofile_get_type();
 
 #if ENABLE_LCMS
 
-cmsHPROFILE colorprofile_get_handle( Document* document, guint* intent, gchar const* name );
+cmsHPROFILE colorprofile_get_handle( SPDocument* document, guint* intent, gchar const* name );
 cmsHTRANSFORM colorprofile_get_display_transform();
 
 Glib::ustring colorprofile_get_display_id( int screen, int monitor );
@@ -61,4 +61,4 @@ Glib::ustring get_path_for_profile(Glib::ustring const& name);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :