Code

adding a "scripting" tab to document properties dialog that allow the user to manage...
[inkscape.git] / src / sp-script.h
index 8a48f9b929d29c2815079bfa443198e6648b27f5..fa1906052d816d81c597da1d26762b9e98f06e90 100644 (file)
@@ -23,6 +23,7 @@
 /* SPScript */
 
 struct SPScript : public SPObject {
+       gchar *xlinkhref;
 };
 
 struct SPScriptClass {