Code

Prevent localized doubles from being written into filter matrices
[inkscape.git] / src / sp-script.h
index 8a48f9b929d29c2815079bfa443198e6648b27f5..976603b65a7770cdd7a4db7d9861442c8ba5bd31 100644 (file)
@@ -5,7 +5,7 @@
  * SVG <script> implementation
  *
  * Author:
- *   Felipe C. da S. Sanches <felipe.sanches@gmail.com>
+ *   Felipe C. da S. Sanches <juca@members.fsf.org>
  *
  * Copyright (C) 2008 Author
  *
@@ -23,6 +23,7 @@
 /* SPScript */
 
 struct SPScript : public SPObject {
+       gchar *xlinkhref;
 };
 
 struct SPScriptClass {
@@ -42,4 +43,4 @@ GType sp_script_get_type();
   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 :