summaryrefslogtreecommitdiffstats
path: root/src/document.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/document.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/document.h')
-rw-r--r--src/document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document.h b/src/document.h
index 251aa8619..142f6a2e3 100644
--- a/src/document.h
+++ b/src/document.h
@@ -240,8 +240,8 @@ private:
public:
sigc::connection connectReconstructionStart(ReconstructionStart::slot_type slot);
sigc::connection connectReconstructionFinish(ReconstructionFinish::slot_type slot);
- void emitReconstructionStart(void);
- void emitReconstructionFinish(void);
+ void emitReconstructionStart();
+ void emitReconstructionFinish();
unsigned long serial() const;
void reset_key(void *dummy);