From 884fe02952017ac219cd23f9407d27ed4d8a8620 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 15:55:58 +0200 Subject: =?UTF-8?q?Run=20clang-tidy=E2=80=99s=20modernize-redundant-void-a?= =?UTF-8?q?rg=20pass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xml/repr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') 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); -- cgit v1.2.3