diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-19 13:55:58 +0000 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-19 13:55:58 +0000 |
| commit | 884fe02952017ac219cd23f9407d27ed4d8a8620 (patch) | |
| tree | a86d66e240ae1e72007ba75b23757c71d5a9a28c /src/widgets/sp-xmlview-content.h | |
| parent | Run clang-tidy’s modernize-use-emplace pass. (diff) | |
| download | inkscape-884fe02952017ac219cd23f9407d27ed4d8a8620.tar.gz inkscape-884fe02952017ac219cd23f9407d27ed4d8a8620.zip | |
Run clang-tidy’s modernize-redundant-void-arg pass.
Diffstat (limited to 'src/widgets/sp-xmlview-content.h')
| -rw-r--r-- | src/widgets/sp-xmlview-content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-xmlview-content.h b/src/widgets/sp-xmlview-content.h index 140eacf46..962b80738 100644 --- a/src/widgets/sp-xmlview-content.h +++ b/src/widgets/sp-xmlview-content.h @@ -33,7 +33,7 @@ struct SPXMLViewContentClass GtkTextViewClass parent_class; }; -GType sp_xmlview_content_get_type (void); +GType sp_xmlview_content_get_type (); GtkWidget * sp_xmlview_content_new (Inkscape::XML::Node * repr); #define SP_XMLVIEW_CONTENT_GET_REPR(text) (SP_XMLVIEW_CONTENT (text)->repr) |
