summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/repr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h
index 632b1f28a..372a62055 100644
--- a/src/xml/repr.h
+++ b/src/xml/repr.h
@@ -75,7 +75,7 @@ bool sp_repr_save_rebased_file(Inkscape::XML::Document *doc, char const *filenam
/* CSS stuff */
-SPCSSAttr *sp_repr_css_attr_new(void);
+SPCSSAttr *sp_repr_css_attr_new();
void sp_repr_css_attr_unref(SPCSSAttr *css);
SPCSSAttr *sp_repr_css_attr(Inkscape::XML::Node *repr, char const *attr);
SPCSSAttr *sp_repr_css_attr_parse_color_to_fill(const Glib::ustring &text);