Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / live_effects / lpeobject.h
index 842b84c458021dc5aac5a1f5be693a4e683710f0..3ea1ea9ad24f73ed056cf08406a36ec369442ae5 100644 (file)
  */
  
 #include "sp-object.h"
-#include "effect.h"
+#include "effect-enum.h"
 
 namespace Inkscape {
-namespace XML {
-class Node;
-class Document;
-}
+    namespace XML {
+        class Node;
+        class Document;
+    }
+    namespace LivePathEffect {
+        class Effect;
+    }
 }
 
 #define TYPE_LIVEPATHEFFECT  (LivePathEffectObject::livepatheffect_get_type())
@@ -49,7 +52,7 @@ public:
 private:
     static void livepatheffect_class_init(LivePathEffectObjectClass *klass);
     static void livepatheffect_init(LivePathEffectObject *stop);
-    static void livepatheffect_build(SPObject *object, Document *document, Inkscape::XML::Node *repr);
+    static void livepatheffect_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr);
     static void livepatheffect_release(SPObject *object);
     static void livepatheffect_set(SPObject *object, unsigned key, gchar const *value);
     static Inkscape::XML::Node *livepatheffect_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags);
@@ -67,4 +70,4 @@ private:
   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 :