Code

New Dutch calligraphy and interpolate tutorial
[inkscape.git] / src / profile-manager.h
index c52101ca3c8b2e88686b33298477064ad5cbaed6..61e22615fd080d270876b40df97d024aa78e8296 100644 (file)
 
 class SPDocument;
 
-
 namespace Inkscape {
 
+class ColorProfile;
+
 class ProfileManager : public DocumentSubset,
                        public GC::Finalized
 {
@@ -25,6 +26,8 @@ public:
     ProfileManager(SPDocument *document);
     ~ProfileManager();
 
+    ColorProfile* find(gchar const* name);
+
 private:
     ProfileManager(ProfileManager const &); // no copy
     void operator=(ProfileManager const &); // no assign