summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-attributes.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-19 13:55:58 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-19 13:55:58 +0000
commit884fe02952017ac219cd23f9407d27ed4d8a8620 (patch)
treea86d66e240ae1e72007ba75b23757c71d5a9a28c /src/ui/dialog/object-attributes.h
parentRun clang-tidy’s modernize-use-emplace pass. (diff)
downloadinkscape-884fe02952017ac219cd23f9407d27ed4d8a8620.tar.gz
inkscape-884fe02952017ac219cd23f9407d27ed4d8a8620.zip
Run clang-tidy’s modernize-redundant-void-arg pass.
Diffstat (limited to 'src/ui/dialog/object-attributes.h')
-rw-r--r--src/ui/dialog/object-attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/object-attributes.h b/src/ui/dialog/object-attributes.h
index f10667093..a1264b8cf 100644
--- a/src/ui/dialog/object-attributes.h
+++ b/src/ui/dialog/object-attributes.h
@@ -50,7 +50,7 @@ public:
/**
* Updates entries and other child widgets on selection change, object modification, etc.
*/
- void widget_setup(void);
+ void widget_setup();
private:
/**